为什么有很多框架支持多次上传,但没有一个支持多次下载?

发布于 2024-09-18 15:10:54 字数 55 浏览 4 评论 0原文

如果我没记错的话,多个下载只能通过将文件压缩在一起来完成。与多次上传相比,多次下载有何特别之处?

If I am not wrong, multiple download can only accomplish by zipping file together. What so special about multiple download compare to multiple upload?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

杀手六號 2024-09-25 15:10:54

您可能想阅读以下一些有趣的内容:http://www.motobit。 com/tips/detpg_multiple-files-one-request/

Here's something interesting you may want to read: http://www.motobit.com/tips/detpg_multiple-files-one-request/

a√萤火虫的光℡ 2024-09-25 15:10:54

本质上,传统浏览器期望 HTTP 响应中包含一个文件+ContentType。尽管大多数当前浏览器可能接受多部分响应,YMMV。从我所看到的示例来看,其格式与发送带有多个附件的电子邮件非常相似(也许相同)。

HTTP 中的多部分响应

请注意,其他答案中的链接也解释了这种做法,它是就在页面下方一点。

Essentially, conventional browsers expect one file+ContentType in the HTTP response. Although most current browsers may accept a multipart response, YMMV. From what I can see of the examples, the format is pretty similar (maybe identical) to sending an email with multiple attachments.

Multipart Responses in HTTP

Note that the link in the other answer also explains this practice, it's just a little farther down on the page.

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