mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #12566
[Bug 1193158] [NEW] Missing mime types
Public bug reported:
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>
** Affects: mahara
Importance: Undecided
Status: New
--
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
Follow ups
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-09-30
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-08-26
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-08-22
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-08-22
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-06-24
-
[Bug 1193158] Re: Missing mime types
From: Robert Lyon, 2013-06-21
-
[Bug 1193158] Re: Missing mime types
From: Aaron Wells, 2013-06-21
-
[Bug 1193158] Re: Missing mime types
From: Kristina Hoeppner, 2013-06-21
-
[Bug 1193158] Re: Missing mime types
From: Kristina Hoeppner, 2013-06-21
-
[Bug 1193158] [NEW] Missing mime types
From: awillson, 2013-06-20
References