如何在远程处理中同时上传多个文件
我正在远程处理项目,我可以轻松地从客户端发送/接收单个文件。但是 我不知道如何从客户端同时发送多个文件。任何人都可以帮助我解决这个问题。
请提供一些链接,我会以此为基础。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
远程处理支持并发远程调用,因此您所要做的就是创建多个线程并使每个线程发送一个文件。
Remoting supports concurrent remote calls, so all you have to do is create several threads and make each of them send a single file.