Hi,
I have coded to download a zip file using javascript and java. I'm able to download the file successfully in IE9 and other browsers like ff and chrome but this fails in IE8.
The error i get is, Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
I went through http://support.microsoft.com/kb/316431 and similar support sites and tried to set pragma and cache-control to empty or public.
But still its failing. Kindly help to resolve this problem .
I have coded to download a zip file using javascript and java. I'm able to download the file successfully in IE9 and other browsers like ff and chrome but this fails in IE8.
The error i get is, Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
I went through http://support.microsoft.com/kb/316431 and similar support sites and tried to set pragma and cache-control to empty or public.
But still its failing. Kindly help to resolve this problem .