blueimp / jQuery-File-Upload Public archive
Error: No conversion from text to iframe #601
Comments
|
Did you include the iframe transport plugin? |
|
Hum I don't think I have. Where do I need to go to download that and how do I implement it in the code? Thanks again for your reply, David |
|
It's included in the download package: No need to implement anything, just include the iframe transport together with the other plugin files. |
|
Ah ok. Well i did include it in my code and i no longer get that error but i only get a progress bar and nothing else (no progress seen). It just stays there. |
|
I have included the iframe transport plugin in my project but still it shows me the error "No conversion from text to iframe" in IE. what should I need to do for it? |
|
Hi everyone, I had this same error in IE9 using Windows 7 64bit. VM, or not - I got this error. My setup is definitely custom, and I realized that this line of code in jquery.iframe-transport.js approx line 38: if (options.async && (options.type === 'POST' || options.type === 'GET')) { if I set: $('#my-form-example').fileupload('option', { making the async option 'false' - this turns off the iframe transport. I'll be honest, I can't remember exactly why I set this here, but what I did was make a conditional for IE8/9 to make async = true, so that options.async is true. I am not sure exactly why async needs to be true here, but it works! Any clarification on the quirkiness on IE here is helpful, if only to document the insanity! Thanks for a great plug-in! |
|
The Iframe Transport doesn't support synchronous uploads, which is why the async option has to be true. |
|
Nice! Thanks so much for the clarification! |
|
This 3D was very very useful for me! |
I am getting that error after selecting a .jpg using IE 9. What can i do to correct this error?
Thanks!
David
The text was updated successfully, but these errors were encountered: