如何在 php 和 jquery 中暂停和恢复上传?

发布于 2024-12-11 05:59:20 字数 59 浏览 0 评论 0原文

有人可以提供一些关于使用 php 和 jquery 实现暂停和恢复上传的指示吗?

问候,

Can someone give some pointers regarding implementing pause and resume uploads using php and jquery ?

Regards,

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

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

发布评论

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

评论(2

梦太阳 2024-12-18 05:59:20

没有办法使用 jQuery/PHP 暂停上传。上传文件依赖于 POST 请求,该请求要么已发送,要么未发送。

然而,这个插件允许您取消它们,以及其他一些非常好的东西(全部没有Flash) 。

如果您想要更多选项,请使用 Uploadify,它使用 Flash。

There isn't a way to pause uploads with jQuery/PHP. Uploading a file relies on a POST request, which is either sent or isn't.

However, this plugin allows you to cancel them, along with some other very nice things (all without Flash).

If you want more options, go for Uploadify, which uses Flash.

谜兔 2024-12-18 05:59:20

我们可以使用 html5 来做到这一点

http://hacks.mozilla.org/2011/04/resumeupload /

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