Why do my files appear correctly in Internet Explorer, but show up as source or trigger a save window with Netscape?
Internet Explorer (IE) and Netscape handle mime type detection in different ways, and therefore will display the document differently. In particular, IE sometimes relies on the file extension to determine the mime type. This can happen when the server specifies a mime type of application/octet-stream or text/plain. (Unfortunately, this behavior makes it impossible to properly send plain text in some situations unless the file extension is txt.) There are more details available on IE’s mime type detection behavior in an MSDN article. In order to make all browsers work correctly, you should assure that Apache sends the correct mime type for the file. This is accomplished by editing the mime.types file or using an AddType directive in the Apache configuration files.
Related Questions
- Why do my files appear correctly in Internet Explorer, but show up as source or trigger a save window with Netscape; or, Why doesn Internet Explorer render my text/plain document correctly?
- Why do my files appear correctly in Internet Explorer, but show up as source or trigger a save window with Netscape?
- Why can I download files with Netscape Navigator 2.0 or Internet Explorer 2.0?