Community Support for OpenDocMan (Deprecated)
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
.dot | application/msword
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document
.dotx | application/vnd.openxmlformats-officedocument.wordprocessingml.template
.docm | application/vnd.ms-word.document.macroEnabled.12
.dotm | application/vnd.ms-word.template.macroEnabled.12
.xls | application/vnd.ms-excel
.xlt | application/vnd.ms-excel
.xla | application/vnd.ms-excel
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xltx | application/vnd.openxmlformats-officedocument.spreadsheetml.template
.xlsm | application/vnd.ms-excel.sheet.macroEnabled.12
.xltm | application/vnd.ms-excel.template.macroEnabled.12
.xlam | application/vnd.ms-excel.addin.macroEnabled.12
.xlsb | application/vnd.ms-excel.sheet.binary.macroEnabled.12
.ppt | application/vnd.ms-powerpoint
.pot | application/vnd.ms-powerpoint
.pps | application/vnd.ms-powerpoint
.ppa | application/vnd.ms-powerpoint
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation
.potx | application/vnd.openxmlformats-officedocument.presentationml.template
.ppsx | application/vnd.openxmlformats-officedocument.presentationml.slideshow
.ppam | application/vnd.ms-powerpoint.addin.macroEnabled.12
.pptm | application/vnd.ms-powerpoint.presentation.macroEnabled.12
.potm | application/vnd.ms-powerpoint.template.macroEnabled.12
.ppsm | application/vnd.ms-powerpoint.slideshow.macroEnabled.12



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?