blah blah blah is here! blah blah » Close

0
votes
1 answers

transfer file from client to server using sockets using c#

i want to do the following :- transfer file from client to server using sockets in a windows based application. I am stuck at the server side code. Server side : ------------- my problem : how to receive file from client and save fil ...

0
votes
3 answers

C# File transfer

Hi I need to write a client/server application that sends files of about 5MB each. The server must be multithreaded(can accept multiple clients at the same time). Is there anyone who can help me please. Thanks

Feedback