hi all I am doing Projects in remoting , i easily send/receive single files from a client.but i don't know how to send multiple files concurrently from a client.can anyone help me with this.
please give somelinks i will feed on it.
hi all I am doing Projects in remoting , i easily send/receive single files from a client.but i don't know how to send multiple files concurrently from a client.can anyone help me with this.
please give somelinks i will feed on it.
Remoting supports concurrent remote calls, so all you have to do is create several threads and make each of them send a single file.