使用 ASIFormDataRequest 进行部分上传

发布于 2024-11-02 12:07:42 字数 53 浏览 0 评论 0原文

这可能吗?也许通过使用 Content-Range HTTP 标头? 我将不胜感激任何帮助!

Is that even possible? Maybe by using the Content-Range HTTP header?
I would appreciate any help on this!

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

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

发布评论

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

评论(1

靖瑶 2024-11-09 12:07:42

使用 Content-Range: 标头当然不可能进行部分上传。

如果您可以控制服务器,您可以实现自己的方式通过 HTTP 进行部分上传,例如:使用 CGI 脚本向其发送 POST,其中包含一个字段来指示要上传的文件的范围。

Partial uploads certainly aren't possible using the Content-Range: header.

If you have control of the server you can implement your own way of doing partial uploads over HTTP, eg. using a CGI script that you send a POST to with a field to indicate the range of the file to be uploaded.

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