<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: .xlsx and .docx are being saved as a zip file in explorer?</title>
	<atom:link href="http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/</link>
	<description>Admin</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jim Hanson</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1610</link>
		<dc:creator>Jim Hanson</dc:creator>
		<pubDate>Sun, 22 Aug 2010 05:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1610</guid>
		<description>the same problem happens on firefox (3.6) for .docm files. same for .xlsm files.

the only way around this (aside from the server side) is to change the files to .zip so that they are actually zipped when they get downloaded. unfortunately, that means people downloading need an unzip program but that&#039;s how it is. i hope firefox 4 and ie 9 solve this as a default rather than as an option--not good for stuff you need inexperienced users to download.</description>
		<content:encoded><![CDATA[<p>the same problem happens on firefox (3.6) for .docm files. same for .xlsm files.</p>
<p>the only way around this (aside from the server side) is to change the files to .zip so that they are actually zipped when they get downloaded. unfortunately, that means people downloading need an unzip program but that&#8217;s how it is. i hope firefox 4 and ie 9 solve this as a default rather than as an option&#8211;not good for stuff you need inexperienced users to download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shankz</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1384</link>
		<dc:creator>shankz</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1384</guid>
		<description>Yes.. if you are building an application then there are two ways to over come it. Either add the mime types in .htaccess or once for all add it in apache&#039;s conf/mime.types file. You can find a detailed explanation below.
http://shashanktheblogger.blogspot.com/2010/04/test.html</description>
		<content:encoded><![CDATA[<p>Yes.. if you are building an application then there are two ways to over come it. Either add the mime types in .htaccess or once for all add it in apache&#8217;s conf/mime.types file. You can find a detailed explanation below.<br />
<a href="http://shashanktheblogger.blogspot.com/2010/04/test.html" rel="nofollow">http://shashanktheblogger.blogspot.com/2010/04/test.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhistucK</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1369</link>
		<dc:creator>PhistucK</dc:creator>
		<pubDate>Mon, 05 Apr 2010 19:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1369</guid>
		<description>If nothing helps client side, installing .NET Framework Redistributables 1.1 on the client computer will solve the problem. Really weirdly so.</description>
		<content:encoded><![CDATA[<p>If nothing helps client side, installing .NET Framework Redistributables 1.1 on the client computer will solve the problem. Really weirdly so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reddy</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1362</link>
		<dc:creator>Reddy</dc:creator>
		<pubDate>Fri, 02 Apr 2010 09:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1362</guid>
		<description>Hi Roy Pineau,

Your  solutions of adding application types for  Apache server in .htaccess in the root of the server is worked for me, you saved lot of my Time.

Thanks,
Reddy</description>
		<content:encoded><![CDATA[<p>Hi Roy Pineau,</p>
<p>Your  solutions of adding application types for  Apache server in .htaccess in the root of the server is worked for me, you saved lot of my Time.</p>
<p>Thanks,<br />
Reddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Ecung</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1350</link>
		<dc:creator>Ramon Ecung</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1350</guid>
		<description>Add this to a .htaccess file and throw it on your site:
AddType  application/vnd.openxmlformats  .docx .pptx .xlsx .xltx . xltm .dotx .potx .ppsx

Should fix many of the problems.</description>
		<content:encoded><![CDATA[<p>Add this to a .htaccess file and throw it on your site:<br />
AddType  application/vnd.openxmlformats  .docx .pptx .xlsx .xltx . xltm .dotx .potx .ppsx</p>
<p>Should fix many of the problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1337</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1337</guid>
		<description>Got the same odd thing on a random user&#039;s computer running XP with IE8 using the company&#039;s intranet. Adding the intranet to the trusted sites in IE fixed the issue for me.</description>
		<content:encoded><![CDATA[<p>Got the same odd thing on a random user&#8217;s computer running XP with IE8 using the company&#8217;s intranet. Adding the intranet to the trusted sites in IE fixed the issue for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1322</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1322</guid>
		<description>In follow up to my previous comment, I&#039;m not sure what has changed but now .docx files now only download properly in IE, stilil getting .zip in the other browsers...interesting.</description>
		<content:encoded><![CDATA[<p>In follow up to my previous comment, I&#8217;m not sure what has changed but now .docx files now only download properly in IE, stilil getting .zip in the other browsers&#8230;interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M.</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1299</link>
		<dc:creator>John M.</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1299</guid>
		<description>Working with Vista, trying to download .xlsx spreadsheet, the comment from Mariah Levi (above) seemed to be the closest working solution. There were a couple of variations. I double clicked the .xlsx file and, of course, the pop up box asked if I wanted to Open or Save. I chose Save. Then I got a pop up box with the file name changed to .zip and a drop down box with .zip pre-selected with an option to change to All Files. I chose All Files, then I placed my cursor in the file name box, deleted zip and replaced it by typing xls. Then I clicked on OK. It worked and thank the WindowsNerd for having a place for all of us to help each other.  I hope this helps someone have a better rest of the day.</description>
		<content:encoded><![CDATA[<p>Working with Vista, trying to download .xlsx spreadsheet, the comment from Mariah Levi (above) seemed to be the closest working solution. There were a couple of variations. I double clicked the .xlsx file and, of course, the pop up box asked if I wanted to Open or Save. I chose Save. Then I got a pop up box with the file name changed to .zip and a drop down box with .zip pre-selected with an option to change to All Files. I chose All Files, then I placed my cursor in the file name box, deleted zip and replaced it by typing xls. Then I clicked on OK. It worked and thank the WindowsNerd for having a place for all of us to help each other.  I hope this helps someone have a better rest of the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wray</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1295</link>
		<dc:creator>Wray</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1295</guid>
		<description>What is clear from much research is that it can occur for all version of IE, sometimes for non-IE and on XP, Vista or 7. There is more than one problem. Sometimes it is a server issue, sometimes it is a client issue(sometimes both). The additional information I can add here is that when it is a client problem (and the server has been fixed or was never broken), what I see in the header for the URL on broken clients is that their ACCEPT header does not include the Mime type for a docx file. The server sends back a Mime type of application/octet-stream even though it is capable of sending back a docx mime type (application/vnd.openxmlformats-officedocument.wordprocessingml). This certainly changes how IE displays the prompt to save it. So in this case it is not the server&#039;s fault even though it participates.  It also proves that there is no one definitive fix and that the problem needs to be analyzed on a case by case basis.</description>
		<content:encoded><![CDATA[<p>What is clear from much research is that it can occur for all version of IE, sometimes for non-IE and on XP, Vista or 7. There is more than one problem. Sometimes it is a server issue, sometimes it is a client issue(sometimes both). The additional information I can add here is that when it is a client problem (and the server has been fixed or was never broken), what I see in the header for the URL on broken clients is that their ACCEPT header does not include the Mime type for a docx file. The server sends back a Mime type of application/octet-stream even though it is capable of sending back a docx mime type (application/vnd.openxmlformats-officedocument.wordprocessingml). This certainly changes how IE displays the prompt to save it. So in this case it is not the server&#8217;s fault even though it participates.  It also proves that there is no one definitive fix and that the problem needs to be analyzed on a case by case basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://windowsnerd.com/2009/04/17/xlsx-and-docx-are-being-saved-as-a-zip-file-in-explorer/comment-page-1/#comment-1166</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 12 Dec 2009 18:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://windowsnerd.com/?p=195#comment-1166</guid>
		<description>I get the same problem regardless of browser (firefox, chrome, IE). My sister has the same problem regardless of browser as well. Both of us have windows 7 professional (legit copies) and are trying to get the decrease docx files from different sources</description>
		<content:encoded><![CDATA[<p>I get the same problem regardless of browser (firefox, chrome, IE). My sister has the same problem regardless of browser as well. Both of us have windows 7 professional (legit copies) and are trying to get the decrease docx files from different sources</p>
]]></content:encoded>
	</item>
</channel>
</rss>
