Saving EPS files with Internet Explorer
If you are planning on hosting EPS or AI files on your website you might want to keep in mind that Internet Explorer doesn't correctly handle these postscript files. I can confirm this with Internet Explorer 6 and the current Beta of Internet Explorer 7.
When you attempt to download an .eps file with IE it will save as a .ps file and it will save an .ai file as a .pdf. This problem doesn't effect Opera and Firefox, of course.
Microsoft does have a relatively poor work around for this. The first I found was Q180030 , 'Encapsulated PostScript file extension changes when downloaded'. But whilst it says it applies to all versions of IE, the instructions are in no way relevant to Windows XP. I'm not sure which version of Windows it is for. The second I found was Q329714, 'Internet Explorer 6 may [will] change a file name extension from .eps or .ai to .ps'. This involves modifying the register which seems like a less than suitable solution for a simple problem that effects all IE users. The modification also restricts you to fixing the problem for either EPS files or AI files - not both - and involves removing .ps from the postscript MIME type.
So, if you intend to host EPS or AI files, I recommend you do you visitors a favor and zip the files so they can download them correctly. If you are someone trying to download these files, you might prefer to simply rename the file to the correct extension once it's downloaded.
Filed In:
Comments
2. Anonymous says…
if you intend to host EPS or AI files, I recommend you do you visitors a favor and zip the files so they can download them correctly. If you are someone trying to download these files, you might prefer to simply rename the file to the correct extension once it's downloaded. free games
Posted on Tue 12 Jan, 2010
Rules: Paragraphs and linebreaks are automatically created (two or more linebreaks create a paragraph). Linebreaks between code tags remain linebreaks. Block tags cannot be enclosed by inline tags. Red attributes are required and green is optional.
Use "<" and ">" for "<" and ">". Enclosing PHP code in <code> tags will highlight the code (i.e. <code><?php echo 'hello world'; ?></code>).
List of valid tags:
<blockquote title="" cite=""></blockquote><cite cite="" title=""></cite><a href="" title=""></a><strong title=""></strong><em title=""></em><code title=""></code><abbr title=""></abbr><acronym title=""></acronym><ol title=""></ol><ul title=""></ul><li title=""></li>

1. sfb says…
Thanks for the tip about saving the eps file in a zip file. Saved me from pulling my hair out trying to figure out why the eps file opens fine in illustrator until you try to serve it from the website. Then it gave the error: The MPS parser is unable to parse this file. Zipping it first solved the problem.
Posted on Wed 9 Jul, 2008