Reply to thread

There are also perfectly-valid content types that don't match that format, some of which could conceivably be dealt with by XenForo or its add-ons.  For example, search this page for vnd.: https://www.iana.org/assignments/media-types/media-types.xhtml  While most of those are obscure, some still see widespread use on the web and could appear on a vanilla XF installation.  For example:

  • .m3u8 -> application/vnd.apple.mpegurl
  • .xls -> application/vnd.ms-excel
  • .ppt -> application/vnd.ms-powerpoint
  • .docx -> application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • .xlsx -> application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • .pptx -> application/vnd.openxmlformats-officedocument.presentationml.presentation


Back
Top Bottom