There is a bug that causes IE7 to change the extensions of certain files to .zip when you are downloading them. Affected files include the new MS Office file formats (docx, xlsx, ...) and the Open Document formats used by Open Office (odt, ods, ...).
If you are running the server these files are stored on you can update the mime-types so that IE7 doesn't have this problem.
Download these values as a text file
| Microsoft Office 2007 Formats 1 | |
|---|---|
| Extension | MIME Type |
| 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 |
| 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 |
| xlsb | application/vnd.ms-excel.sheet.binary.macroEnabled.12 |
| xlsm | application/vnd.ms-excel.sheet.macroEnabled.12 |
| xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| xps | application/vnd.ms-xpsdocument |
| Open Document Formats 2 | |
| Extension | MIME Type |
| odt | application/vnd.oasis.opendocument.text |
| ott | application/vnd.oasis.opendocument.text-template |
| odg | application/vnd.oasis.opendocument.graphics |
| otg | application/vnd.oasis.opendocument.graphics-template |
| odp | application/vnd.oasis.opendocument.presentation |
| otp | application/vnd.oasis.opendocument.presentation-template |
| ods | application/vnd.oasis.opendocument.spreadsheet |
| ots | application/vnd.oasis.opendocument.spreadsheet-template |
| odc | application/vnd.oasis.opendocument.chart |
| otc | application/vnd.oasis.opendocument.chart-template |
| odi | application/vnd.oasis.opendocument.image |
| oti | application/vnd.oasis.opendocument.image-template |
| odf | application/vnd.oasis.opendocument.formula |
| otf | application/vnd.oasis.opendocument.formula-template |
| odm | application/vnd.oasis.opendocument.text-master |
| oth | application/vnd.oasis.opendocument.text-web |
Download these values as a text file