![]() |
MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html) +--- Thread: MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) (/thread-298.html) |
MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) - bit2bit - 07-29-2010 Yesterday I've successfully added the new - OpenXMLFormat-based MS-Office-MIMETYPEs - and it works just fine. So if you like to update your MIMETYPEs in your 'config.php at line#140++', just add the following to the $GLOBALS['allowedFileTypes'], enclosed in simple quotes (as below) and comma-separated: * .pptx: 'applicatiion/vnd.openxmlformats-officedocument.presenationml.presentation' * .docx: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' * .xlsx 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' @Stephen It'd be great to have these new msoffice-xml-filetypes added by default in the [b]mimetypes.php[/] as they are used on daily basis by all my users. Thx. For more some more MS-OFFICE MIMETYPEs have a look at this table: Code: .doc | application/msword Re: MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) - Stephen - 09-11-2010 These changes have been committed to SVN. Re: MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) - exorons - 10-26-2010 I have enabled the xlsx mimetype in the config.php file, but whenever I attempt to view, or download, the file, from my repository, It downloads as .zip. any ideas? Re: MIMETYPEs for .docx, .pptx, .xlsx (MS-OFFICE XML) - Stephen - 10-27-2010 What does the View link point to when you hover over it? |