50

Microsoft Office 2007ファイルのすべての MIME タイプと識別文字のリストはどこにありますか?

拡張子と識別文字に基づいてアップロードを制限するアップロード フォームがありますが、 Office 2007 MIMEタイプが見つからないようです。

誰でも助けることができますか?

4

1 に答える 1

26

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、アプリケーション/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、アプリケーション/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
于 2008-08-01T13:20:44.283 に答える