Hello everybody,
I'm getting an anoying problem in IE6.02 when trying to download a file through flex + struts action, the browser opens a new window and doesn't close it after the download has finished.
The flex code is:
navigateToURL(url,"_blank");
The content headers are:
HTTP/1.x 200 OK Date: Thu, 29 Oct 2009 22:00:44 GMT Transfer-Encoding: chunked Content-Type: application-download; charset=UTF-8 Content-Disposition: attachment; filename=myfile.pdf X-Powered-By: Servlet/2.4 JSP/2.0
also, we tried with
Content-Type: application/pdf; charset=UTF-8
How do I close the new opened window automatically? In FF works perfectly.
Thanks in advance,