简体   繁体   English

jquery.form大尺寸上传ie8

[英]jquery.form big size upload ie8

i have a little problem with internet explorer and jquery.form plugin. 我对Internet Explorer和jquery.form插件有一点问题。 When i try to upload a file > 1MB in IE8 using jquery.form (ajaxSubmit) i get an error and the upload stops suddenly 当我尝试使用jquery.form(ajaxSubmit)在IE8中上传文件> 1MB时,出现错误,上传突然停止

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. 这仅发生在Internet Explorer 8中,文件大小超过1 MB ...在firefox / chrome中工作正常。

i'm using: 我正在使用:

  • perl 佩尔
  • jQuery v1.7.1 jQuery v1.7.1
  • jQuery Form 2.94 jQuery表格2.94
  • Upload method: POST 上传方法:POST

someone can help me? 有人可以帮助我吗?

I know this question is old but just for others who came here from google like myself. 我知道这个问题很旧,但仅适用于像我这样从Google来到这里的人。

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. 当我将XP的虚拟机与来自http://github.com/valums/file-uploader的 IE 8文件上传程序一起使用时,我也遇到了这种情况,在IE情况下,该虚拟机回退到POST而不是XHR上传。

It could upload files up to 10MB with couple of minutes waiting. 等待几分钟,它最多可以上传10MB的文件。 Real machine with IE8 could upload 100MB without problems. 使用IE8的真实计算机可以上传100MB,而不会出现问题。 FYI. 仅供参考。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM