繁体   English   中英

Microsoft Office 2007 文件类型、Mime 类型和识别字符

[英]Microsoft Office 2007 file type, Mime types and identifying characters

在哪里可以找到Microsoft Office 2007文件的所有 MIME 类型和标识字符的列表?

我有一个上传表单,它根据扩展名和识别字符限制上传,但我似乎找不到Office 2007 MIME类型。

任何人都可以帮忙吗?

IIS 的 Office 2007 MIME 类型

  • .docm ,应用程序/vnd.ms-word.document.macroEnabled.12
  • .docx , application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • .dotm ,应用程序/vnd.ms-word.template.macroEnabled.12
  • .dotx , application/vnd.openxmlformats-officedocument.wordprocessingml.template
  • .potm , application/vnd.ms-powerpoint.template.macroEnabled.12
  • .potx , application/vnd.openxmlformats-officedocument.presentationml.template
  • .ppam ,应用程序/vnd.ms-powerpoint.addin.macroEnabled.12
  • .ppsm ,应用程序/vnd.ms-powerpoint.slideshow.macroEnabled.12
  • .ppsx , application/vnd.openxmlformats-officedocument.presentationml.slideshow
  • .pptm ,应用程序/vnd.ms-powerpoint.presentation.macroEnabled.12
  • .pptx , application/vnd.openxmlformats-officedocument.presentationml.presentation
  • .xlam ,应用程序/vnd.ms-excel.addin.macroEnabled.12
  • .xlsb , application/vnd.ms-excel.sheet.binary.macroEnabled.12
  • .xlsm ,应用程序/vnd.ms-excel.sheet.macroEnabled.12
  • .xlsx , application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • .xltm ,应用程序/vnd.ms-excel.template.macroEnabled.12
  • .xltx , application/vnd.openxmlformats-officedocument.spreadsheetml.template

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM