mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12574
[Bug 1193158] Re: Missing mime types
Submitted to gerrit: https://reviews.mahara.org/#/c/2282/
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1193158
Title:
Missing mime types
Status in Mahara ePortfolio:
New
Bug description:
There are critical mime types missing for support of docx, pptx, xlsx files.
I believe this may work:
Add the following to htdocs/artefact/file/filetypes.xml
<filetype>
<description>docx</description>
<mimetypes>
<mimetype>application/vnd.openxmlformats-officedocument.wordprocessingml.document</mimetype>
</mimetypes>
</filetype>
<filetype>
<description>pptx</description>
<mimetypes>
<mimetype>application/vnd.openxmlformats-officedocument.presentationml.presentation</mimetype>
</mimetypes>
</filetype>
<filetype>
<description>xlsx</description>
<mimetypes>
<mimetype>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mimetype>
</mimetypes>
</filetype>
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1193158/+subscriptions
References