| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| jmstacey2000 -
 
 
 Joined: 30 Apr 2003
 Posts: 77
 Location: Colorado
 
 | 
			
				|  Posted: Fri May 02, 2003 5:20 pm    Post subject: MIME types and how do you do this? |   |  
				| 
 |  
				| I server some video clips on my website, and when a person clicks the file it opens their default media-player to stream the data, but I don't want that. What do I set the MIME video one so that when a person clicks it it downloads to their hard drive via the windows downloader or their default downloader.
 Thanks!
 
 -Jon-
 _________________
 My website:
 www.jmstacey.net
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| vbgunz -
 
 
 Joined: 02 Feb 2003
 Posts: 615
 Location: Florida
 
 | 
			
				|  Posted: Fri May 02, 2003 5:24 pm    Post subject: |   |  
				| 
 |  
				| Why not zip your media and save a little space? Also, you can simply provide instructions telling them it is either best to right click and save the file because of bandwidth limitations if any or because its prefered for any reason... Good luck :) _________________
 Victor B. Gonzalez
 http://aeonserv.com
 |  | 
	
		| Back to top |              | 
	
		|  | 
	
		| jmstacey2000 -
 
 
 Joined: 30 Apr 2003
 Posts: 77
 Location: Colorado
 
 | 
			
				|  Posted: Fri May 02, 2003 5:46 pm    Post subject: |   |  
				| 
 |  
				| You don't really want to zip video files. It doesn't do so well for quality  :wink: 
 -Jon-
 _________________
 My website:
 www.jmstacey.net
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| vbgunz -
 
 
 Joined: 02 Feb 2003
 Posts: 615
 Location: Florida
 
 | 
			
				|  Posted: Fri May 02, 2003 6:33 pm    Post subject: |   |  
				| 
 |  
				| So you wish to publish a variety of media such as .mp3, .wma and .avi, but when someone clicks on these types, instead of launching the users default application it automatically downloads instead? Interesting, I hope you find the answer to this... 
 BTW, does zipping media really tamper with the quality after it is unzipped?
 _________________
 Victor B. Gonzalez
 http://aeonserv.com
 |  | 
	
		| Back to top |              | 
	
		|  | 
	
		| jmstacey2000 -
 
 
 Joined: 30 Apr 2003
 Posts: 77
 Location: Colorado
 
 | 
			
				|  Posted: Fri May 02, 2003 8:31 pm    Post subject: |   |  
				| 
 |  
				| At least thats what I've heard. They say that mp3 and divx files etc. are already compressed, compressing them more into zip supposedly some information packets could get lost, so I just don't do it. 
 -Jon-
 _________________
 My website:
 www.jmstacey.net
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Fri May 02, 2003 10:55 pm    Post subject: Re: MIME types and how do you do this? |   |  
				| 
 |  
				|  	  | jmstacey2000 wrote: |  	  | I server some video clips on my website, and when a person clicks the file it opens their default media-player to stream the data, but I don't want that. What do I set the MIME video one so that when a person clicks it it downloads to their hard drive via the windows downloader or their default downloader.
 Thanks!
 
 -Jon-
 | 
 Just remove references to mp3 and other extensions in the MIME table. That way, Abyss will send their MIME type as application/octet-stream. This can help in 50% of the cases.
 But IE is the browser used by the downloader, it will ignore the MIME type and rely on the extension to "guess" the appropriate application to launch from the file extension.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |