KB308090 -- any server-side workarounds?

M

Matt Johnson

Hi,

I am suffering with problems whereby visitors to my website
are hitting the bug mentioned in KB308090. The website is
PHP-based and uses the HTTP Location: header to provide an
*FTP* link to the ZIP file to the user. However IE fails to
save the file in Temporary Internet Files, and so users
clicking 'Open' are presented with what appears to be a
"blank" ZIP file.

Does anyone know what variables tickle this problem? It
apparently did not happen on my old server which rendered
an HTML page with HTTP-EQUIV Refresh -- but I tried this on
my new server and I still get the same problem.

Methods I have tried all suffering with the same problem:

* Location: ftp://... header
* Refresh: 0; url=ftp://... header
* meta http-equiv="refresh" content="0; url=ftp://..." in a
valid web page (this one apparently used to work).

I've seen this problem reported previously where the
download has taken place over an HTTP connection, but have
not seen much mention of it with FTP.

Does anyone have any insight into this problem, or even
when MS will release a patch to fix the outstanding KB issue?

Thanks,

--Matt
 
R

Robert Aldwinckle

apparently did not happen on my old server

Is your new server Apache by any chance?
Sending Vary: header?
That would be a change. FYI IE treats files flagged by Vary:
as noncacheable.

Post a sample public link is you need more help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top