Hi,
I've been wrestling for several months now with this issue in IE:
(IE thinks that ZIPs sent from a script are corrupt when they are not).
IE now also seems to think that many other files are ActiveX controls
and pops up the "Some files may damage your computer...Open Save
Cancel" dialog.
However, I am quite certain that others have managed to use a script
serve ZIPs, PPTs or PDF files to clients using IE, as I saw download.com
do just that a moment ago.
I am currently using IIS and a Windows-ized version of mod_rewrite to do
URL rewriting so that IE in theory should not know that it is receiving
a ZIP file from script. Nonetheless, the error occurs even with
rewriting invoked. The problem seems to be that after IE pops up its
security dialog, it does not issue another HTTP request, but seems to
expect to go get the file.
Can anyone give me advice on how to do this? A tutorial, a newsgroup
thread, anything would be useful...
Thanks,
Eric
I've been wrestling for several months now with this issue in IE:
(IE thinks that ZIPs sent from a script are corrupt when they are not).
IE now also seems to think that many other files are ActiveX controls
and pops up the "Some files may damage your computer...Open Save
Cancel" dialog.
However, I am quite certain that others have managed to use a script
serve ZIPs, PPTs or PDF files to clients using IE, as I saw download.com
do just that a moment ago.
I am currently using IIS and a Windows-ized version of mod_rewrite to do
URL rewriting so that IE in theory should not know that it is receiving
a ZIP file from script. Nonetheless, the error occurs even with
rewriting invoked. The problem seems to be that after IE pops up its
security dialog, it does not issue another HTTP request, but seems to
expect to go get the file.
Can anyone give me advice on how to do this? A tutorial, a newsgroup
thread, anything would be useful...
Thanks,
Eric
Comment