I'm having an issue on ie9, the done event (when the file has been uploaded) is not been fired.
Ie response is like it was a file to be downloaded, but the response should be json and also I have specified the type as application/json.
Is Working fine in chrome, ff, ie10 and ie11. Only on ie9 the done event is not working correctly.
I looked this link and tried the solution without success.
Does anyone also have this issue ? Thanks