Search results for query: *

  1. S

    Client and Server Sockets For File Uploads

    Port Number hi JohnH first of all, thank you for your post, it is very appreciated. i tried your sample and i have one question more; i noticed that i can not use the same port number from two different clients to connect to the server and send data at the same time, right or not? and is it a...
  2. S

    Client and Server Sockets For File Uploads

    help for a biggener Hi JohnH, sorry for late in the reply, but we have 2 days vacation here and i couldn't reach my pc before now. i want to ask for your help with some code snippet about you are suggest... i am new to the Socket issue and i don't have any experience in it nor in the Threading...
  3. S

    Client and Server Sockets For File Uploads

    Socket Server Problem Hi JohnH Sorry for bothering you with my questions. i tried the server/client sample solution and i faced some problems. i will be gratefull if you can help me in this issue. i tried to run the server on one machine and two clients, one from the same machine and the other...
  4. S

    Client and Server Sockets For File Uploads

    Thank you Hi JohnH thank you so much for the sample examples you posted. it worked successfully for me. i saw the sample when you replied to ozonic and to me on the Client and Server Sockets For File Uploads' thread on the following link...
  5. S

    Sending images using a NetworkStream

    Worked for me. Hi JohnH and ozonic Thank you so much ozonic for your reply... Many Thanks JohnH for the Sample Solutions you posted...they are very usefull.. i installed VS2005 on my machine and tried them...and they worked successfully... now i am able to send files multiple and...
  6. S

    Client and Server Sockets For File Uploads

    file name null but when i change the file name property in the _server_RecieveCompleted in frmServer form, it gives me an exception SystemArgumentNullException saying path can not be null on the sentence Dim fs As FileStream = New FileStream(strFileName, FileMode.Append) where strFileName...
  7. S

    Client and Server Sockets For File Uploads

    Hi JohnH i tried what you said, i added fileName property to INPServer class and i changed it in frmServer in the _server_ClientConnected event since it is not taking it if i put it in the server_RecieveCompleted event the file created with the specified name, but it seems that the server hangs...
  8. S

    Client and Server Sockets For File Uploads

    BUFFERSIZE is Constant thank you for your reply,,sorry to be late, but we have vacation here and i couldn't reach my pc before now... when i tried the project, i found it worked only if the file sie is less than or equal 1024. since BUFFERSIZE is constant and it's value equal 1024 in the...
  9. S

    Client and Server Sockets For File Uploads

    Hi all i attchached a file of client and server socket project i found on the net. it works successfully if the file size is less than or equal 8 byte and image copied. but if the size was greater than that the file copied but it will be coruppted. can anyone help on how to make it works for...
  10. S

    Sending images using a NetworkStream

    Code hi ozonic can you please post the code of your Client and Server Socket classes here, i need to do the same...i need client and server application using Sockets to commuincate and upload image files (with large size more than 8 bytes) from client to server. requests from multiple clients...
Back
Top