Previously Mike Alsup wrote:
> That happens because the file upload logic directs the server response
> to an iframe.  If the response mimetype is application/json it will
> trigger the issue you described in certain browsers.  If you drop that
> content-type header on the response you should be fine.

Ah, that makes a fair bit of sense. I've change the server side to reset
the response header to text/plain and everything works perfectly now.
Thanks!

Wichert.

-- 
Wichert Akkerman <wich...@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

Reply via email to