- Compatible XF 1.x versions
- 1.2
- 1.3
By default XenForo gives all non-image attachments the MIME type of 'application/octet-stream' - this means that attachments such as .pdf and .txt files will act like binary files, and not be opened by the browser (instead they will be downloaded, and you have to open the downloaded file).
MetaMimeType is a small patch to replace the MIME type on .pdf and .txt attachments files so they display correctly.
The types are set in the options as a simple list of extension,mimetype, extension,mimetype, etc...
So you could add more.
MetaMimeType is a small patch to replace the MIME type on .pdf and .txt attachments files so they display correctly.
The types are set in the options as a simple list of extension,mimetype, extension,mimetype, etc...
So you could add more.