jquery.form大尺寸上传ie8

发布于 2024-12-22 10:51:10 字数 413 浏览 2 评论 0原文

我对 Internet Explorer 和 jquery.form 插件有一点问题。 当我尝试上传文件时> 1MB 在 IE8 中使用 jquery.form (ajaxSubmit) 我收到错误并且上传突然停止

错误的描述是:

textStatus = Aborted
ResponseHeaders = undefined

这只发生在文件大小超过 1 MB 的 Internet Explorer 8 中...在 firefox/chrome 中工作正常。

我正在使用:

  • perl
  • jQuery v1.7.1
  • jQuery Form 2.94
  • 上传方法:POST

有人可以帮助我吗?

i have a little problem with internet explorer and jquery.form plugin.
When i try to upload a file > 1MB in IE8 using jquery.form (ajaxSubmit) i get an error and the upload stops suddenly

The description of the error is:

textStatus = Aborted
ResponseHeaders = undefined

This only occur in internet explorer 8 with file size over 1 MB... in firefox/chrome works fine.

i'm using:

  • perl
  • jQuery v1.7.1
  • jQuery Form 2.94
  • Upload method: POST

someone can help me?

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

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

发布评论

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

评论(1

记忆之渊 2024-12-29 10:51:10

我知道这个问题很老了,但仅适用于像我这样从谷歌来到这里的其他人。

当我使用 XP 虚拟机和来自 http://github 的 IE 8 文件上传器时,也发生了这种情况。 com/valuems/file-uploader 在 IE 情况下回退到 POST 而不是 XHR 上传。

它可以上传最大 10MB 的文件,只需等待几分钟。真机IE8可以上传100MB没有问题。供参考。

I know this question is old but just for others who came here from google like myself.

It happened to me also when using virtual machine of XP with IE 8 file file-uploader from http://github.com/valums/file-uploader which in IE case fall back to POST instead of XHR upload.

It could upload files up to 10MB with couple of minutes waiting. Real machine with IE8 could upload 100MB without problems. FYI.

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