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?