I seem to have an issue with download.cfm + safari (on Mac) + .pptx files where the browser interprets the MIME type (regardless of IIS config) as text… When they file is downloaded Safari appends a .html extension…
The only place i see reference to mime types seems to be core/packages/farcry/file.cfc
is it just a matter of extending file.cfc to support additional mimetypes?
No, if that is being used then we will probably need to update core. Though
I believe that file is deprecated and not actively used. The code that
should be producing the mime-type is:
getPageContext().getServletContext().getMimeType(filename)
in the file formtool.