jquery-iframe-transport
jquery-iframe-transport copied to clipboard
jQuery Ajax transport plugin that supports file uploads through a hidden iframe
The docs say if any errors occur, those should be reported in the response body, but if the server fails and can't actually create a response, then the JS can't...
I wanted to use your plugin at some other plugin I was making, so I took the liberty of fixing the script to allow support for arrays, objects and strings:...
This issue appears only in IE9 when user came from gmail link.
Can you please add the package to `npm`?
Hi, I'm using this plugin in my backbone.js application to send JSON data and files in the same request. Thats how i do it: ``` javascript this.model.save(that.model.attributes, { iframe: true,...
- occurs when submitting files : using jQuerys submit on the form seems to handle the issue possible fix to 15
Remove possible leftover form attribute from file elements in iframe-form. If they are present the file is not send with the form when submited.
When doing an upload in IE (tested in 10, 9) the browser responds with asking if you want to download the returning JSON file. Is this an issue with the...
This won't brake anything.