Hi all

I need to be able to attach Word 2007 templates (.dotx) on pages, but when I
try downloading them in IE8 they download as zips full of xml files. I
tracked down where this is held in xwiki>WEB-INF>web.xml and towards the
bottom of the file there are mime mappings and I notice the one for .dotx is
missing?

I tried adding

  <mime-mapping>
<extension>dotx</extension>
<mime-type>application/msword</mime-type>
</mime-mapping>

  <mime-mapping>
        <extension>dotx</extension

<mine-type>application/vnd.openxmlformats-officedocument.templateml.template</mime-type>
</mime-mapping>

but that prevented my wiki from working (DNS error), so how can I alter the
file to get .dotx files to download as .dotx?

Thanks

-----
----
Lockie
-- 
View this message in context: 
http://xwiki.475771.n2.nabble.com/Dotx-file-attachments-open-as-zips-in-IE8-tp6022146p6022146.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to