.docx、.pptx等的正确MIME类型是什么。?

对于较旧的*.doc文档,这就足够了:

标题(“内容类型:应用程序/msword”);

新的.docx文档应该使用什么MIME类型?另外,对于pptx和xlsx文档

以下是HTTP内容流的正确Microsoft Office MIME类型:

扩展MIME类型
.doc应用程序/msword
.dot应用程序/msword
.docx应用程序/vnd.openxmlformats-officedocument.wordprocessingml.document
.dotx应用程序/vnd.openxmlformats-officedocument.wordprocessingml.template
.docm应用程序/vnd.ms-word.document.macroEnabled.12
.dotm应用程序/vnd.ms-word.template.macroEnabled.12
.xls应用程序/vnd.ms-excel
.xlt应用程序/vnd.ms-excel
XLA应用程序/VND MS-Excel
.xlsx应用程序/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xltx应用程序/vnd.openxmlformats-officedocument.spreadsheetml.template
.xlsm应用程序/vnd.ms-excel.sheet.macro.12
.xltm应用程序/vnd.ms-excel.template.macroEnabled.12
.xlam应用程序/vnd.ms-excel.addin.macroEnabled.12
.xlsb应用程序/vnd.ms-excel.sheet.binary.macroEnabled.12
.ppt应用程序/vnd.ms-powerpoint
.pot应用程序/vnd.ms-powerpoint
.pps应用程序/vnd.ms-powerpoint
.ppa应用程序/vnd.ms-powerpoint
.pptx应用程序/vnd.openxmlformats-officedocument.presentationml.presentation
.potx应用程序/vnd.openxmlformats-officedocument.presentationml.template
.ppsx应用程序/vnd.openxmlformats-officedocument.presentationml.slideshow
.ppam应用程序/vnd.ms-powerpoint.addin.macroEnabled.12
.pptm应用程序/vnd.ms-powerpoint.presentation.macroEnabled.12
.potm应用程序/vnd.ms-powerpoint.template.macroEnabled.12
.ppsm应用程序/vnd.ms-powerpoint.slideshow.macroEnabled.12
.mdb应用程序/vnd.ms-access

有关更多详细信息,请查看这篇TechNet文章和这篇博客文章

发表评论