Questions tagged [jquery-iframe-transport]

This jQuery plugin implements an

8 questions
5
votes
2 answers

iframe transport isn't transferring any data

I'm using jQuery-File-Upload with jQuery-Iframe-Transport to try to get support for older versions of IE. I've set the forceIframeTransport option to true so that it behaves more or less the same way in all browsers, but I don't seem to get any data…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
2
votes
1 answer

jquery-iframe-transport not working for jquery file upload in IE8

I am using jQuery file upload to upload files in IE8. As this is an old non-HTML5 friendly browser, I am using jQuery Iframe Transport Plugin 1.8.2. The 'done' is not being called and Iframe content appears empty. CODE: $('#files').fileupload({ …
1
vote
1 answer

IE9 SCRIPT5 Access denied

I want to send post request with files and some text fields via iframe transport. (jquery-file-uload + jquery.iframe-transport) The url of main page http: //192.168.1.36:3001/index.html. The request url is http: //192.168.1.36:3001/api/upload. I've…
1
vote
1 answer

Using jquery iframe-transport to call a service another domain

I can't seem to find a good answer to this and I have tried everything. I am using the JQuery.iframe-transport plugin to do a file upload. The problem is that I am uploading to an API on our QA server, qa.company.com, from my local server,…
Tony Smith
  • 869
  • 1
  • 11
  • 25
0
votes
0 answers

Request proxy for file upload using iframe transport

I have an API which is hosted on another domain on which I wish to upload a file. I tried using jquery.iframe-transport.js but due to CORS I cannot get the output data. Can anybody suggest an alternative. I can use some PHP or node backend on the…
Megh Parikh
  • 924
  • 2
  • 7
  • 25
0
votes
2 answers

medium-editor-insert-plugin: image upload not working in IE9

Using the latest version of https://github.com/orthes/medium-editor-insert-plugin , and image uploading is not working for me in IE9. I filed a bug report on GitHub about…
0
votes
1 answer

How to parse the result from jquery upload file plugin with jquery.iframe-transport plugin?

I use jQuery File Upload Plugin 5.26 https://github.com/blueimp/jQuery-File-Upload Because I need to append extra parameters for my file.ashx to process request, I added jquery.iframe-transport.js as suggested in jQuery File Uploader IE9 Not posting…
hurtchin
  • 128
  • 2
  • 8
0
votes
1 answer

Trying to send a response from express to jquery-iframe-transport

I'm trying to set up a simple file upload using jquery-ifram-transport and nodejs the problem is i keep getting the error caught SecurityError: Blocked a frame with origin "https://localhost:8081" from accessing a frame with origin "serverURL".…
Austin Davis
  • 3,516
  • 10
  • 27
  • 47