Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
On downloading an eps file
rodigz
On downloading an eps file, the link with the filename to perform a ‘save target as’ contains .ps instead of .eps
Any idea??
Please advise.
Find more posts tagged with
Comments
Migrateduser
You need to specify a MIME type that IIS will use when transferring an eps file. By default, the MIME type used by IIS is mapped to the ps extension by the default IE settings. Here is a list of MIME types that should be set in IIS that will help with this issue for eps file as well as other file types:
EXTENSION MIME TYPE
----------- --------------------------
tga image/x-targa
ai application/illustrator ai
eps image/x-photoshop
psd image/x-photoshop
asf application/octet-stream
sitx application/x-stuffitx
* application/octet-stream
Migrateduser
Hi,
I have the same issue on downloading the .eps file. I have the MIME type you suggested on my IIS properties.
Appreciate any help in getting this resolved.
regards,
iris
rodigz
right click your virtual directory in IIS properties, HTTP headers.. Click Mime types. Then add eps
Migrateduser
Thanks Rod.