I use jQuery form plugin(jquery.form.js) in my project. It works fine in Chrome/FF, but in IE8/9, the uploadProgress callback not called. Even the demo in the official web site http://jquery.malsup.com/form/progress.html doesn’t update upload progress in IE8/9. Any hints? Thanks.
I use jQuery form plugin(jquery.form.js) in my project. It works fine in Chrome/FF, but
Share
From the source:
It uses the HTML5 feature which isn’t supported by ie8/9: