← Back to team overview

mahara-contributors team mailing list archive

[Bug 1193158] Re: Missing mime types

 

Thanks Andrew,

In that case, I'll go ahead and mark this bug "Invalid", since it's
apparently not something we can fix.

Cheers,
Aaron

** Changed in: mahara
       Status: In Progress => Invalid

-- 
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:
  Invalid

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