A. Als ik rechtsklik op de link naar een Office 2007 bestand (Word DOCX, Excel XLSX, Powerpoint PPTX) slaat Internet Explorer dat bestand op als een ZIP bestand. Wat kan ik daar aan doen?
V. Een aantal websites (1, 2) stelt voor om het ZIP bestand te hernoemen, of Firefox te gebruiken. Dat is echter véél te kort door de bocht.
- DOCX, XLSX en PPTX bestanden zijn inderdaad gezipte bestanden met binnen een aantal XML bestanden.
- Het bestand hernoemen met de correcte extensie lost het probleem op voor dat ene bestand. En uietraard moet je Office 2007 of de importfilter hebben.
- Maar de echte oorzaak is de instelling van de MIME types op de server. Dat heeft niets met de browser te maken, maar alles met de webmaster. De correcte MIME types zijn (dank u, Bram.us):
.docm,application/vnd.ms-word.document.macroEnabled.12
.docx,application/vnd.openxmlformats-officedocument.wordprocessingml.document
.dotm,application/vnd.ms-word.template.macroEnabled.12
.dotx,application/vnd.openxmlformats-officedocument.wordprocessingml.template
.potm,application/vnd.ms-powerpoint.template.macroEnabled.12
.potx,application/vnd.openxmlformats-officedocument.presentationml.template
.ppam,application/vnd.ms-powerpoint.addin.macroEnabled.12
.ppsm,application/vnd.ms-powerpoint.slideshow.macroEnabled.12
.ppsx,application/vnd.openxmlformats-officedocument.presentationml.slideshow
.pptm,application/vnd.ms-powerpoint.presentation.macroEnabled.12
.pptx,application/vnd.openxmlformats-officedocument.presentationml.presentation
.xlam,application/vnd.ms-excel.addin.macroEnabled.12
.xlsb,application/vnd.ms-excel.sheet.binary.macroEnabled.12
.xlsm,application/vnd.ms-excel.sheet.macroEnabled.12
.xlsx,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xltm,application/vnd.ms-excel.template.macroEnabled.12
.xltx,application/vnd.openxmlformats-officedocument.spreadsheetml.template





