For older *.doc documents this was enough:
header("Content-Type: application/msword");
What mime type should I use for new docx documents? Also for pptx and xlsx documents?
|
For older *.doc documents this was enough:
What mime type should I use for new docx documents? Also for pptx and xlsx documents?
| ||||
|
feedback
|
|
Here are the correct mimetypes: Extension MIME Type .xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template .potx application/vnd.openxmlformats-officedocument.presentationml.template .ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow .pptx application/vnd.openxmlformats-officedocument.presentationml.presentation .sldx application/vnd.openxmlformats-officedocument.presentationml.slide .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document .dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template .xlam application/vnd.ms-excel.addin.macroEnabled.12 .xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 For a complete list checkout this TechNet article. | |||
|
feedback
|
|
Check: http://www.onlinehowto.net/Tutorials/Apache/Apache-MIME-type-configuration-to-open-docx-pptx-xlsx-MS-Office-files/1436 <Broken Link> try this link
| ||||
|
feedback
|
file -bi YOUR_FILE– ajreal Nov 18 '10 at 8:40