What is the correct MIME-type for .ptx files? I've tried application/x-etranscript but still getting Page not Found on 2008R2 server.
Software/Hardware used:
Windoows Server 2008R2 IE9
ASKED:
December 5, 2012 12:45 PM
UPDATED:
December 5, 2012 12:46 PM
The MIME type would depend on what’s in the file, not the extension of the file. If we don’t what is in the file, we can’t guess a MIME type. The information content is part of what’s in the file. Another part is the data type and the encoding. Is it character data? Binary? ASCII? Some Unicode encoding? — Tom