| 
			
			 | 
		#1 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 206 
				Karma: 7270 
				Join Date: Aug 2009 
				
				
				
				Device: K3 wifi 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Free ePub books from fictionwise come up as zip file?
			 
			
			
			Hi, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Im a newbie in the file formatting and all. I found a couple of free books at fictionwise in the multi-format. I then chose to download them in ePub. They both downloaded as compressed zip files. How do I make these read on the ADE software? Do I need to extract them somehow? Thx.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Bookaholic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 14,391 
				Karma: 54969924 
				Join Date: Oct 2007 
				Location: Minnesota 
				
				
				Device: iPad Mini 4, AuraHD, iPhone XR + 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Changing the .zip extension to .epub should do it.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 334 
				Karma: 1234 
				Join Date: Jul 2009 
				Location: Hindelbank, Switzerland 
				
				
				Device: P990i, PRS 505 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 There are quite a few so called container formats which are based on zip. What happens is that the browser / web-server checks the first 256 bytes of the file, notices that the content look a just like a zip file and then arbitrarily changes the extension from ebup, utz, jar, whatever to zip. I say browser / web-server because it only happens in specific combinations (Best guess: Unix web-server using /etc/magic and Internet Explorer just being a smart arse). Use a different browser and the problem might go away.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 206 
				Karma: 7270 
				Join Date: Aug 2009 
				
				
				
				Device: K3 wifi 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I just changed the file extension from .zip to .epub and yea it works! Thanks so much. Wow that was easier than I thought.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,213 
				Karma: 12890 
				Join Date: Feb 2009 
				Location: Amherst, Massachusetts, USA 
				
				
				Device: Sony PRS-505 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I noticed IE on Windows 7 was doing this when downloading from an Apache/Red Hat server. I'm fairly sure this is IE's fault. Another reason to disike Microsoft.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,366 
				Karma: 12000 
				Join Date: Jan 2008 
				Location: Texas, USA 
				
				
				Device: Kindle; Sony PRS 505; Blackberry 8700C 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I would venture a guess that the server did not include a proper mime-type header on the http transmission of the file.  That leaves it to the browser/agent to determine the file type.  Some simply use the file suffix and trust the "well-known" names to indicate the file type.  Others will inspect the file's contents and make a decision from that.  Some are arrogant & will override the mime-type header even when it is present.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 334 
				Karma: 1234 
				Join Date: Jul 2009 
				Location: Hindelbank, Switzerland 
				
				
				Device: P990i, PRS 505 
				
				
				 | 
	
	
	
		
		
			
			 Quote: 
	
 First and foremost the webside developer forgot the provide the mime-type. On modern system they can - for example - be attached to the extended attributes and Apache can be told to read the EA's to determine the correct type. Without the type being provided in the EA'a Apache starts guesswork. First he extension ebub comes up which nothing then Apache would try /etc/mime-magic which comes up with "application/zip" - which is send to the bowser. Now IE - being a smart arse (like most Microsoft products) and always trying to protect us from problems (which we would not have without Microsoft) renames the file. Martin Last edited by krischik; 09-15-2009 at 03:41 AM. Reason: spelling  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,899 
				Karma: 6995721 
				Join Date: Dec 2008 
				Location: Idaho, on the side of a mountain 
				
				
				Device: Kindle Oasis, Fire 3d Gen and 5th Gen and Samsung Tab S 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Please, no!  I hate, hate, hate Vista, and have given up doing several things, hoping I can do them in Windows 7.  Hopefully it is only IE, and Windows 7 doesn't have the security issues Vista does.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,784 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			One thing to do in Vista and Windows 7 is to install Firefox and give up on IE.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Bad Zip file | theducks | Calibre | 12 | 09-09-2018 10:58 AM | 
| epub insists in downloading as zip file | Sherten | General Discussions | 9 | 10-03-2010 10:18 PM | 
| When download .epub file,it becomes .zip?? | appstrading | ePub | 4 | 07-29-2010 03:21 PM | 
| Mobileread Books in a ZIP file? | Logseman | Feedback | 6 | 07-08-2010 05:45 PM | 
| Some Romance Books Free at Fictionwise | Crusader | Deals and Resources (No Self-Promotion or Affiliate Links) | 3 | 02-24-2010 01:41 PM |