This repository was archived by the owner on Apr 23, 2018. It is now read-only.

Description
Hi there!
I recently started implementing your solution because uploading files on IE9 is a nightmare.
With your solution, it seems to upload the selected file, but when I get a response back from the server (returns a json), IE9 tries to download the file and it doesn't trigger any of the callbacks there are. Only "onUpload" callback is being called but with no arguments.
Is there anything I can do so that my this returns a json instead of trying to download the file?
Thank you in advance!