Search code examples
jqueryfileinternet-exploreruploadjquery-file-upload

IE : empty "result" with Jquery File Upload Plugin


I have got a problem with the jQuery File Upload Plugin.

I want to get back some data's about the submitted file, so i use the onDone: function (e, data) callback.

I need to access to data.result to get the ID of the submited file, and inject it in a hidden file. Everything works great with Firefox, but when i tried on Internet Explorer, i found out that data.result was always empty.

Does anybody faced a similar issue?

Thank you


Solution

  • IE browsers less than version 10 don't have support for File API.

    Will IE9 support the HTML5 File API?