Question

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

Was it helpful?

Solution

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

Will IE9 support the HTML5 File API?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top