IE changes extensions

  • Thread starter Thread starter Aivar Annamaa
  • Start date Start date
A

Aivar Annamaa

Hi

How could one get rid of IE6 habit to change downloaded file extensions? (I
suspect it's not a programmer's error but is meant to be a "feature"). For
example it changes *.stw (OpenOffice template) to *.zip. Yes, stw is also a
zip archive but I don't see any reason to change the extension. Even if
server sends zip mime type with it.

And is it possible for web developer to avoid this renaming? Some HTTP
headers?

thanks in advance!

Aivar
 
Aivar Annamaa said:
Hi

How could one get rid of IE6 habit to change downloaded file extensions? (I
suspect it's not a programmer's error but is meant to be a "feature"). For
example it changes *.stw (OpenOffice template) to *.zip. Yes, stw is also a
zip archive but I don't see any reason to change the extension. Even if
server sends zip mime type with it.


Open Folder Options File Types, then sort by File Types.
Find Extension ZIP or STW. Are they the same File Types?

FWIW I only have ZIP and its File Type is CompressedFolder

And is it possible for web developer to avoid this renaming? Some HTTP
headers?


Are you allowing "MIME sniffing"?
Security, Miscellaneous -- Open files based on content, not file extension


HTH

Robert Aldwinckle
---
 

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

Back
Top