Comment 10 for bug 803229

Revision history for this message
awillson (awillson) wrote :

I think I found the file that needs updating...

htdocs/artefact/file/filetypes.xml

and add the following for MS OOXML compatiability...

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