jquery.form大尺寸上传ie8
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这个问题很老了,但仅适用于像我这样从谷歌来到这里的其他人。
当我使用 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.