什么是docx,pptx等的正确MIME类型?

举报
lxw1844912514 发表于 2022/03/27 02:32:54 2022/03/27
【摘要】 对于较旧的* .doc文档,这是足够的: header("Content-Type: application/msword"); 我应该为新的docx文件使用什么MIME类型?也为pptx和xlsx文档? 最佳答案 以下是HTTP Content Streaming的正确Microsoft Office MIME类型: Ext...

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

header("Content-Type: application/msword");
 

我应该为新的docx文件使用什么MIME类型?也为pptx和xlsx文档?

最佳答案

以下是HTTP Content Streaming的正确Microsoft Office MIME类型:


  
  1. Extension MIME Type
  2. .doc application/msword
  3. .dot application/msword
  4. .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
  5. .dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template
  6. .docm application/vnd.ms-word.document.macroEnabled.12
  7. .dotm application/vnd.ms-word.template.macroEnabled.12
  8. .xls application/vnd.ms-excel
  9. .xlt application/vnd.ms-excel
  10. .xla application/vnd.ms-excel
  11. .xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  12. .xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template
  13. .xlsm application/vnd.ms-excel.sheet.macroEnabled.12
  14. .xltm application/vnd.ms-excel.template.macroEnabled.12
  15. .xlam application/vnd.ms-excel.addin.macroEnabled.12
  16. .xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
  17. .ppt application/vnd.ms-powerpoint
  18. .pot application/vnd.ms-powerpoint
  19. .pps application/vnd.ms-powerpoint
  20. .ppa application/vnd.ms-powerpoint
  21. .pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
  22. .potx application/vnd.openxmlformats-officedocument.presentationml.template
  23. .ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow
  24. .ppam application/vnd.ms-powerpoint.addin.macroEnabled.12
  25. .pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12
  26. .potm application/vnd.ms-powerpoint.template.macroEnabled.12
  27. .ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12
  28. .mdb application/vnd.ms-access

文章来源: blog.csdn.net,作者:lxw1844912514,版权归原作者所有,如需转载,请联系作者。

原文链接:blog.csdn.net/lxw1844912514/article/details/102629405

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。