jquery-iframe-transport icon indicating copy to clipboard operation
jquery-iframe-transport copied to clipboard

jQuery Ajax transport plugin that supports file uploads through a hidden iframe

Results 23 jquery-iframe-transport issues
Sort by recently updated
recently updated
newest added

I am trying to upload files to another domain(amazon s3). Amazon s3 can be made to set a 303 redirect to another url where I am returning a textarea as...

When I do the request its response's status and statusText are still 200 and "OK" even if the server side script return a 500 error (or anyother error code). Anyway,...

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...