JAVA:同时下载多个文件?
有没有同时下载多个文件的方法?即选择多个文件后,点击下载按钮,选择目标目录,选中的文件将同时下载。 我用谷歌搜索并没有找到任何解决方案,有人知道吗?我使用的是struts1和spring2。
Is there any methods for downloading multiple files at the same time? That is, after select multiple files, click the download button, and choose the destination directory, the files selected will be downloaded at the same time.
i googled it and not find any solutions, can anybody know? im using struts1 and spring2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是网络浏览器支持的正常文件下载模型的一部分。您也许可以使用一些客户端 Javascript 来完成此操作。然而,我怀疑这是不可能的,因为 Javascript 驱动的多个文件的上传可能需要破坏 Javascript 的安全沙箱。
This is not part of the normal file download model supported by web browsers. You might be able to do this with some client-side Javascript. However, I suspect it is not possible, since Javascript driven upload of multiple files would probably entail breaking Javascript's security sandbox.
不这么认为。不过你可以下载一个 zip 文件。
Don't think so. You can download a zip though.