hi,

I am trying to write a server program that will handle multiple clients and receives a file from each client.

I need to save data from all the clients in a single file on the server.
I...