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
IE browsers less than version 10 don't have support for File API.