File extensions and mime types of previewed files
| Extension | Mime type |
|---|---|
| doc | application/msword |
| docm | application/vnd.ms-word.document.macroEnabled.12 |
| docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| dotx | application/vnd.openxmlformats-officedocument.wordprocessingml.template |
What is a MIME file extension?
Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email messages to support text in character sets other than ASCII, as well as attachments of audio, video, images, and application programs.
Is DOCX a MIME type?
application/octet-stream is the default value for all other cases….Common MIME types.
| Extension | Kind of document | MIME Type |
|---|---|---|
| .docx | Microsoft Word (OpenXML) | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
How do I create a MIME file?
Creating a MIME Type
- Log in to your Just Host cPanel account.
- Go to the cPanel section.
- Under the Advanced click on the Mime Types icon.
- On the MIME Types page, under the heading Create A MIME Type enter the MIME type you want to use and the file extension associated with it.
What is the MIME type for .aspx extension?
ASPX” does not have a MIME type. This is just a part of file name (and URL). For example, if the content is HTML, the mime type “text/html”, and the . ASPX file from the client part is no different from a regular HTML file.
What is the correct MIME type for Word 2003 docx files?
The “application/msword” MIME type is the type for the word 2003 “.doc” files. The correct MIME type for word 2007 “.docx” files is: application/vnd.openxmlformats-officedocument.wordprocessingml.document See this post.
How do I specify a UTF-8 text file in mime?
To specify a UTF-8 text file, the MIME type text/plain;charset=UTF-8 is used. MIME types are case-insensitive but are traditionally written in lowercase, with the exception of parameter values, whose case may or may not have specific meaning. There are two classes of type: discrete and multipart.
What are the different types of MIME files?
MIME Type. .aac. AAC audio. audio/aac. .abw. AbiWord document. application/x-abiword. .arc. Archive document (multiple files embedded)
What are the correct Microsoft Office MIME types for HTTP content streaming?
5 Answers. Here are the correct Microsoft Office MIME types for HTTP Content Streaming: Extension MIME Type .doc application/msword .dot application/msword .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document .dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template .docm…