jquery-iframe-transport
jquery-iframe-transport copied to clipboard
Submitting request with Opera prompts file download.
Version: 11.64 Build: 1403 Platform: Mac OS X System: 10.7.3
When I try to upload the file the browser tries to download the json response as a file.
I respond with:
content type: application/json url: "/v1/users/:id.json"
It's not the plugin problem. You'd replace the server headers "application/json" with text/javascript
But it does not solve the problem without setTimeout, like this:
https://github.com/malsup/form/blob/e77e287c8024d200909a7b4f4a1224503814e660/jquery.form.js#L409