Can someone please help me here, I have used a mixture of these two tutorials below to overcome the limits of IE and create an “async upload” via an iframe. Now this all works fine except the issue that seems to occur in IE8 where the return from the .php file posts back to the iframe and opens a new window to display the output in. Is there anything I can do to stop this popup from happening?
http://hungred.com/how-to/tutorial-easiest-asynchronous-upload-file-ajax-upload/
Thank you all in advance,
Ash.
See this link.
Important notes:
According to text above – you must force your server side code return Content-Type header set to text/html.
and
Those are notes for jquery plugin which allows to do things you need. But first quote will work for you too. Second is important only if you return JSON or script.