JAVA:同时下载多个文件?

发布于 2024-08-29 02:01:23 字数 102 浏览 4 评论 0原文

有没有同时下载多个文件的方法?即选择多个文件后,点击下载按钮,选择目标目录,选中的文件将同时下载。 我用谷歌搜索并没有找到任何解决方案,有人知道吗?我使用的是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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

东北女汉子 2024-09-05 02:01:23

这不是网络浏览器支持的正常文件下载模型的一部分。您也许可以使用一些客户端 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.

眉目亦如画i 2024-09-05 02:01:23

不这么认为。不过你可以下载一个 zip 文件。

Don't think so. You can download a zip though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文