<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; image host</title>
	<atom:link href="http://www.ghacks.net/tag/image-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Download Images From Image Hosting Sites</title>
		<link>http://www.ghacks.net/2008/12/26/batch-download-images-from-image-hosting-sites/</link>
		<comments>http://www.ghacks.net/2008/12/26/batch-download-images-from-image-hosting-sites/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 15:09:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bilder herunterlader]]></category>
		<category><![CDATA[download-images]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[image downloads]]></category>
		<category><![CDATA[image host]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[image hosting sites]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9371</guid>
		<description><![CDATA[Downloading images from image hosting sites can be a time consuming tasks if you do it manually. It usually involves clicking on the thumbnail of the image to load the full size version of it and right-clicking that to download it. If you have to do that for dozens or hundreds of images then you [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading images from image hosting sites can be a time consuming tasks if you do it manually. It usually involves clicking on the thumbnail of the image to load the full size version of it and right-clicking that to download it. If you have to do that for dozens or hundreds of images then you will be busy all day. A better solution is a tool to batch download images. Ideally a software program that would identify the links to the real images on the thumbnail page to download the full sized images.</p>
<p><a href="http://www.scheisseichfindemalkeinen.de/page/?loc=bilderherunterlader&#038;lng=en">Bilder Herunterlader</a> is such a tool. The name is German and stands for Image Downloader (don&#8217;t worry, the interface is available in English and German). The tool is a Java application which means that it can be run not only on Windows computers but also on those running Linux. A <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> extension is available to make it even more comfortable for Firefox users.</p>
<p>About 70 image hosts are already configured in the image downloader which comes with the options to configure additional hosts. The best case scenario is that you right-click a page full of thumbnails and select the Load Images With BH option in Firefox. A download selection window will pop up which can be used to deselect images that should not be downloaded and to pick the right folder for the images.</p>
<p><span id="more-9371"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/download_images-500x375.jpg" alt="download images" title="download images" width="500" height="375" class="alignnone size-medium wp-image-9372" /></p>
<p>Everything has been designed to be as easy as possible. It takes just one click to add all images to the download queue of the application. Image names can be recognized automatically as well.</p>
<p>Not all image hosting sites are supported in the default installation and some are not configured to download the original images right away when right-clicking a page full of thumbnails. This can be added for most image hosting sites in the program&#8217;s options. It is furthermore possible to edit existing rules so that the links to the full sized images are recognized by the software application.</p>
<p>The best way to get an understanding of rule creation is to read the <a href="http://www.scheisseichfindemalkeinen.de/page/?loc=bilderherunterlader/rules&#038;lng=en">tutorial</a> on the developers homepage and to look at a few existing rules. </p>
<p>There are two possible scenarios:</p>
<ul>
<li>It is possible to discover the url of the full sized image from the thumbnail url</li>
<li>The url to the full image can be discovered by parsing the html source code</li>
</ul>
<p>Both methods make use of regular expressions and it might be good to read up on regular expressions first to have a firm understanding of the concept.</p>
<p>Bilder Herunterlader provides sophisticated and advanced means to download images from image hosting sites. It should work on most image hosting sites and can be really helpful if you regularly download images from image hosts.</p>

	Tags: <a href="http://www.ghacks.net/tag/bilder-herunterlader/" title="bilder herunterlader" rel="tag">bilder herunterlader</a>, <a href="http://www.ghacks.net/tag/download-images/" title="download-images" rel="tag">download-images</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/image-downloads/" title="image downloads" rel="tag">image downloads</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a>, <a href="http://www.ghacks.net/tag/image-hosting/" title="image hosting" rel="tag">image hosting</a>, <a href="http://www.ghacks.net/tag/image-hosting-sites/" title="image hosting sites" rel="tag">image hosting sites</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/16/move-photos-between-image-hosting-sites/" title="Move Photos Between Image Hosting Sites (August 16, 2008)">Move Photos Between Image Hosting Sites</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/25/youtube-video-download/" title="Youtube Video Download (December 25, 2008)">Youtube Video Download</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/youtube-it-firefox-add-on/" title="Youtube It Firefox Add-on (April 29, 2009)">Youtube It Firefox Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/youtube-comment-cloud-firefox-add-on/" title="Youtube Comment Cloud Firefox Add-On (April 11, 2009)">Youtube Comment Cloud Firefox Add-On</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/10/16/yahoo-mail-notifier/" title="Yahoo Mail Notifier (October 16, 2009)">Yahoo Mail Notifier</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/26/batch-download-images-from-image-hosting-sites/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Photobucket Upload</title>
		<link>http://www.ghacks.net/2008/12/19/photobucket-upload/</link>
		<comments>http://www.ghacks.net/2008/12/19/photobucket-upload/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 20:12:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[image host]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photobucket]]></category>
		<category><![CDATA[photobucket tips]]></category>
		<category><![CDATA[Photobucket Upload]]></category>
		<category><![CDATA[picture host]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9193</guid>
		<description><![CDATA[Photobucket is one of the most popular image hosting sites on the Internet. It is currently hosting more than 6.5 billion images on its servers. It is only natural that some users create applications that make use of the service. One of these applications is the Photobucket Upload extension for Mozilla Firefox. It has been [...]]]></description>
			<content:encoded><![CDATA[<p>Photobucket is one of the most popular image hosting sites on the Internet. It is currently hosting more than 6.5 billion images on its servers. It is only natural that some users create applications that make use of the service. One of these applications is the Photobucket Upload extension for <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a>. It has been uploaded just a day ago and is currently tagged as experimental on the Mozilla homepage. Experimental simply means that users have to log into the homepage before they may download and install the extension. Add-ons lose their experimental stage once they get enough votes from the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> community.</p>
<p>The Firefox add-on adds an option to upload any image to a Photobucket account to the Firefox right-click menu. The process is effective and simple. The user needs to be logged in or log into Photobucket during the first upload. This is not necessary again as long as is logged into the site which usually means per session or even longer.</p>
<p>A right-click on any image will display Upload to Photobucket entry which can be used to send the image right to the Photobucket account. The user will be notified if the upload was successful by an overlay bar on top of the page. This bar displays two additional buttons which can be used to view the uploaded image or to open the Photobucket album organizer.</p>
<p><span id="more-9193"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/upload_to_photobucket-500x293.jpg" alt="upload to photobucket" title="upload to photobucket" width="500" height="293" class="alignnone size-medium wp-image-9195" /></p>
<p>The Photobucket Upload add-on can be downloaded on the <a href="https://addons.mozilla.org/en-US/firefox/addon/10035">Mozilla</a> homepage.</p>

	Tags: <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a>, <a href="http://www.ghacks.net/tag/images/" title="images" rel="tag">images</a>, <a href="http://www.ghacks.net/tag/photobucket/" title="photobucket" rel="tag">photobucket</a>, <a href="http://www.ghacks.net/tag/photobucket-tips/" title="photobucket tips" rel="tag">photobucket tips</a>, <a href="http://www.ghacks.net/tag/photobucket-upload/" title="Photobucket Upload" rel="tag">Photobucket Upload</a>, <a href="http://www.ghacks.net/tag/picture-host/" title="picture host" rel="tag">picture host</a>, <a href="http://www.ghacks.net/tag/pictures/" title="pictures" rel="tag">pictures</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/23/xnview-add-ons-and-format-plugins/" title="XnView Add-ons and Format Plugins (October 23, 2008)">XnView Add-ons and Format Plugins</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/01/tag-your-photo-collection/" title="Tag your Photo Collection (October 1, 2007)">Tag your Photo Collection</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/04/23/sometimes-a-picture-says-more-than-1000-words/" title="Sometimes a picture says more than 1000 words (April 23, 2007)">Sometimes a picture says more than 1000 words</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/search-folders-for-duplicate-images/" title="Search folders for duplicate images (May 22, 2008)">Search folders for duplicate images</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/20/remove-backgrounds-from-photos-using-fotoflexer/" title="Remove backgrounds from photos using FotoFlexer (May 20, 2008)">Remove backgrounds from photos using FotoFlexer</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/19/photobucket-upload/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vista Flickr Uploader</title>
		<link>http://www.ghacks.net/2008/07/31/vista-flickr-uploader/</link>
		<comments>http://www.ghacks.net/2008/07/31/vista-flickr-uploader/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 08:42:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickr software]]></category>
		<category><![CDATA[flickr tip]]></category>
		<category><![CDATA[flickr tools]]></category>
		<category><![CDATA[flickr uploader]]></category>
		<category><![CDATA[image host]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5739</guid>
		<description><![CDATA[Flickr is already offering an official tool to upload images to the image hoster. The software is supporting several operating systems and another tool made by a third party has to add features that the official uploader is not supporting to have any chance to being recognized at all.
Vista Flickr Uploader is a specifically designed [...]]]></description>
			<content:encoded><![CDATA[<p>Flickr is already offering an official tool to upload images to the image hoster. The software is supporting several operating systems and another tool made by a third party has to add features that the official uploader is not supporting to have any chance to being recognized at all.</p>
<p>Vista Flickr <a href="http://www.codeplex.com/VistaFlickrUploader">Uploader</a> is a specifically designed Flickr image uploader for Windows Vista. It makes use of the Extensible Metadata Platform support of Windows Vista. The downside is that XMP is not supported yet by Flickr which means that the only distinguishable feature that the application is offering is not supported by Flickr.</p>
<p>It will however be interesting if Flickr is adding support for XMP in the future. Other than that the Vista Flickr Uploader is supporting the usual features of an uploader.</p>
<p><span id="more-5739"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/vista_flickr_uploader-500x359.png" alt="vista flickr uploader" title="vista flickr uploader" width="500" height="359" class="alignnone size-medium wp-image-5740" /></p>
<p>Several images can be selected and uploaded at once. Each image is shown as a thumbnail in the program window. Permissions can be set so that only a certain group can access the pictures and it is possible to select one of the existing sets to add the images to it.</p>

	Tags: <a href="http://www.ghacks.net/tag/flickr/" title="flickr" rel="tag">flickr</a>, <a href="http://www.ghacks.net/tag/flickr-software/" title="flickr software" rel="tag">flickr software</a>, <a href="http://www.ghacks.net/tag/flickr-tip/" title="flickr tip" rel="tag">flickr tip</a>, <a href="http://www.ghacks.net/tag/flickr-tools/" title="flickr tools" rel="tag">flickr tools</a>, <a href="http://www.ghacks.net/tag/flickr-uploader/" title="flickr uploader" rel="tag">flickr uploader</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/27/retrieve-original-flickr-photo/" title="Retrieve Original Size Of Any Flickr Photo (July 27, 2008)">Retrieve Original Size Of Any Flickr Photo</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/official-flickr-photo-upload-software/" title="Official Flickr Photo Upload Software (August 18, 2009)">Official Flickr Photo Upload Software</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/09/29/how-to-avoid-saving-spaceballgif-at-flickr/" title="How to avoid saving spaceball.gif at Flickr (September 29, 2007)">How to avoid saving spaceball.gif at Flickr</a> (31)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/flickr-tools-flickr-downloadr/" title="Flickr Tools: Flickr Downloadr (March 16, 2009)">Flickr Tools: Flickr Downloadr</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/09/30/flickr-tools-tag-galaxy/" title="Flickr Tools Tag Galaxy (September 30, 2008)">Flickr Tools Tag Galaxy</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/31/vista-flickr-uploader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adobe Photoshop Express Launched</title>
		<link>http://www.ghacks.net/2008/03/27/adobe-photoshop-express-launched/</link>
		<comments>http://www.ghacks.net/2008/03/27/adobe-photoshop-express-launched/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 16:23:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe photoshop]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[image host]]></category>
		<category><![CDATA[photobucket]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[picasa]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/27/adobe-photoshop-express-launched/</guid>
		<description><![CDATA[Every company seems to think that they have to port their applications to the Internet these days. Adobe is the latest to follow this trend with the release of Adobe Photoshop Express [<a href="https://www.photoshop.com/express/landing.html">link</a>] which seems to be a combination of a photo album and imaged editing application. Don't expect it to be Photoshop on the web, it is not but it appears to be a solid web application with a nice interface.]]></description>
			<content:encoded><![CDATA[<p>Every company seems to think that they have to port their applications to the Internet these days. Adobe is the latest to follow this trend with the release of Adobe Photoshop Express [<a href="https://www.photoshop.com/express/landing.html">link</a>] which seems to be a combination of a photo album and imaged editing application. Don&#8217;t expect it to be Photoshop on the web, it is not but it appears to be a solid web application with a nice interface.</p>
<p>You need to create an account before you can start uploading photos. Only the United States can be picked as the country at the moment but there does not seem to be an IP check that prevents users from other countries to signup for an account. Once the account is verified the fun begins.</p>
<p>Adobe Photoshop Express has two main functions. The first is to function as a photo album and the second to edit the photos that you have uploaded. Each user gets 2 Gigabytes of storage space for his images which can be sorted into different albums. Images can be uploaded from the computer or imported from Facebook, Picasa or Photobucket.</p>
<p><span id="more-3632"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/03/adobe_photoshop_express1.jpg' alt='adobe photoshop express' /></p>
<p>Images can be shared with the outside world by dragging them into an album that is shared. Everyone can then access the images by loading the username.photoshop.com url of the user. The shared albums of other members of the website can be browsed as well.</p>
<p>I&#8217;m a bit disappointed about the image editing capabilities of Adobe Photoshop Express. Only 17 different tools are available to edit the image from rotation the image to changing the hue. This function of the website will be neglected by the majority of users in my opinion. Community features are missing, there is no way to comment on images for instance and no private messaging system.</p>
<p>This leaves us with another image hosting service with a slick interface, nothing more, nothing less. </p>

	Tags: <a href="http://www.ghacks.net/tag/adobe/" title="adobe" rel="tag">adobe</a>, <a href="http://www.ghacks.net/tag/adobe-photoshop/" title="adobe photoshop" rel="tag">adobe photoshop</a>, <a href="http://www.ghacks.net/tag/flickr/" title="flickr" rel="tag">flickr</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a>, <a href="http://www.ghacks.net/tag/photobucket/" title="photobucket" rel="tag">photobucket</a>, <a href="http://www.ghacks.net/tag/photoshop/" title="photoshop" rel="tag">photoshop</a>, <a href="http://www.ghacks.net/tag/picasa/" title="picasa" rel="tag">picasa</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/08/adobe-photoshop-speedup/" title="Adobe Photoshop Speedup (May 8, 2009)">Adobe Photoshop Speedup</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/07/31/vista-flickr-uploader/" title="Vista Flickr Uploader (July 31, 2008)">Vista Flickr Uploader</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/29/view-photoshop-psd-thumbnails-in-vista-and-windows-7-explorer/" title="View Photoshop PSD thumbnails in Vista and Windows 7 Explorer (July 29, 2009)">View Photoshop PSD thumbnails in Vista and Windows 7 Explorer</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/06/12/put-music-in-images-uploaded-to-flickr-and-picasa-web-albums/" title="Put Music in Images Uploaded to Flickr and Picasa Web Albums (June 12, 2008)">Put Music in Images Uploaded to Flickr and Picasa Web Albums</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/19/photobucket-upload/" title="Photobucket Upload (December 19, 2008)">Photobucket Upload</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/27/adobe-photoshop-express-launched/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free File host List June 2006</title>
		<link>http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/</link>
		<comments>http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 08:09:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[file host]]></category>
		<category><![CDATA[file hosting]]></category>
		<category><![CDATA[image host]]></category>
		<category><![CDATA[image storage]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/</guid>
		<description><![CDATA[I know it´s been a while since I published the last file host list. Finally, today, I decided to update the list, remove all dead services and add new services. I personally would like to know if you want me to keep the sites in the list that ask you to register before you can use their services.]]></description>
			<content:encoded><![CDATA[<p>I know it´s been a while since I published the last file host list. Finally, today, I decided to update the list, remove all dead services and add new services. I personally would like to know if you want me to keep the sites in the list that ask you to register before you can use their services.</p>
<p>The following list is divided into four main sections and contains only free file hosts. The first two sections contain lists of free general file hosts that accept files to be uploaded and downloaded to their service. Section one lists hosts that require no registration while section two lists those hosts that require registration.</p>
<p>Section three and four list image hosts only, you will be able to save, publish and load images to their webspace. As with the previous two sections three lists webhosts that you don´t have to register with while section four lists all hosts that require registration.</p>
<p><strong>Recommended File Host:</strong></p>
<p><a href="http://www.jdoqocy.com/click-2341002-10497832" target="_top">Diino</a><br />
<img src="http://www.awltovhc.com/image-2341002-10497832" width="1" height="1" border="0"/></p>
<p><strong>Recommended Image Host:</strong></p>
<p><a href="http://www.imageheap.com/">Imageheap</a></p>
<p><span id="more-507"></span></p>
<p>Let us take a look at the parameters in the table:</p>
<p><strong>Reg:</strong> Does the site require a registration before you can use their services ? Registration means free registration of course.</p>
<p><strong>Filesize:</strong> Is there a maximum size for a single file, in Mb ? No res = no restrictions</p>
<p><strong>Space:</strong> How much diskspace is allocated for the user ? If there is no registration the max filesize has been taken as max space allowed. No res = no restrictions</p>
<p><strong>Bandwidth:</strong> Are there bandwidth limitations ? no res = no restrictions, d=max downloads, h=per hour</p>
<p><strong>Filetypes:</strong> Are certain filetypes not allowed to be uploaded ?</p>
<p><strong>Hotlinking:</strong> Does the site allow hotlinking ?</p>
<p><strong>Expires:</strong> Are the files auto-deleted after a time, if yes the number of days are shown. If the number is unknown yes will be shown. Sometimes files only get deleted after inactivity for a certain time, if thats the case a “i�? is added to the number. Sometimes file get deleted after a certain number of downloads, if thats the case a “d�? is added to the number.</p>
<p><strong>Free File Hosts:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td style="width: 22%">Name</td>
<td style="width: 8%">Filesize</td>
<td style="width: 8%">Space</td>
<td style="width: 8%">Bandwidth</td>
<td style="width: 31%">Filetypes</td>
<td style="width: 8%">Hotlinking</td>
<td style="width: 10%">Expires</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.11mbit.de/">11mbit</a></td>
<td>40</td>
<td>40</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>yes</td>
</tr>
<tr>
<td>Bestsharing</td>
<td>125</td>
<td>125</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>45i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.content-type.com/">Contenttype</a></td>
<td>100</td>
<td>100</td>
<td>no res</td>
<td>all</td>
<td>img</td>
<td>7i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.crazefiles.com/">Crazefiles</a></td>
<td>50</td>
<td>50</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td>Dropfiles Quick</td>
<td>50</td>
<td>50</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>14i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://ez-files.net/">EZ-Files</a></td>
<td>50</td>
<td>50</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>31i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.filebuffer.net/">Filebuffer</a></td>
<td>8</td>
<td>8</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>7i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.fileden.com/">File Den</a></td>
<td>10</td>
<td>10</td>
<td>?</td>
<td>all</td>
<td>no</td>
<td>?</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.filefactory.com/">Filefactory</a></td>
<td>500</td>
<td>500</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>15i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.filesend.net/">Filesend</a></td>
<td>250</td>
<td>250</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.filespoint.com/">Filespoint</a></td>
<td>500</td>
<td>500</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.freefileupload.net/">FreeFileUpload</a></td>
<td>50</td>
<td>50</td>
<td>fair use</td>
<td>all</td>
<td>?</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.freeuploader.com/">Freeuploader</a></td>
<td>2</td>
<td>50</td>
<td>1024</td>
<td>only multimedia</td>
<td>yes</td>
<td>?</td>
</tr>
<tr>
<td>Gimehost</td>
<td>250</td>
<td>250</td>
<td>?</td>
<td>all</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.mysharebox.com/">Mysharebox</a></td>
<td>100</td>
<td>100</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.mysharefile.com/">MyShareFile</a></td>
<td>150</td>
<td>150</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>30i</td>
</tr>
<tr>
<td>Quicksharing</td>
<td>500</td>
<td>500</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.rapidshare.de/">Rapidshare</a></td>
<td>100</td>
<td>100</td>
<td>30+ hour</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.rapidsharing.com/">Rapidsharing</a></td>
<td>200</td>
<td>200</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>60i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.sendmefile.com/">Sendmefile</a></td>
<td>50</td>
<td>50</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>14i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.sendspace.com/">Sendspace</a></td>
<td>300</td>
<td>300</td>
<td>?</td>
<td>all</td>
<td>no</td>
<td>7i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.snaggys.com/">Snaggys</a></td>
<td>2000</td>
<td>2000</td>
<td>999d</td>
<td>all</td>
<td>no</td>
<td>15i</td>
</tr>
<tr>
<td>Supload</td>
<td>200</td>
<td>200</td>
<td>30d</td>
<td>all</td>
<td>no</td>
<td>7</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.turboupload.com/">Turboupload</a></td>
<td>70</td>
<td>70</td>
<td>?</td>
<td>all</td>
<td>no</td>
<td>?</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.ultrashare.net/">Ultrashare</a></td>
<td>250</td>
<td>250</td>
<td>150h</td>
<td>all</td>
<td>no</td>
<td>21i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.Wirefiles.com/">Wirefiles</a></td>
<td>5,72</td>
<td>5,72</td>
<td>?</td>
<td>images, office, zip</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.yourfilelink.com/">YourFileLink</a></td>
<td>50</td>
<td>50</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>30i</td>
</tr>
<tr>
<td>Zippyvideos</td>
<td>20</td>
<td>20</td>
<td>?</td>
<td>movie</td>
<td>no</td>
<td>90i</td>
</tr>
<tr>
<td>Zupload</td>
<td>500</td>
<td>500</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
</table>
<p><strong>Free File Hosts with registration:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td style="width: 22%">Name</td>
<td style="width: 8%">Filesize</td>
<td style="width: 8%">Space</td>
<td style="width: 8%">Bandwidth</td>
<td style="width: 31%">Filetypes</td>
<td style="width: 8%">Hotlinking</td>
<td style="width: 10%">Expires</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.4shared.com/">4Shared</a></td>
<td>25</td>
<td>500</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.come2store.com/">Come2store</a></td>
<td>10</td>
<td>no res</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.eazyshare.net/">Eazyshare</a></td>
<td>300</td>
<td>3000</td>
<td>30 GB</td>
<td>all</td>
<td>?</td>
<td>60i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.electronicfiles.net/">Electronic Files</a></td>
<td>10</td>
<td>500</td>
<td>1 GB</td>
<td>all</td>
<td>yes</td>
<td>?</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.filecache.de/">Filecache</a></td>
<td>250</td>
<td>250</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>?</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.fileden.com/">File Den</a></td>
<td>50</td>
<td>500</td>
<td>?</td>
<td>all</td>
<td>yes</td>
<td>?</td>
</tr>
<tr>
<td><a target="_blank" href="http://freespace.filefront.com/">Filefront</a></td>
<td>no res</td>
<td>no res</td>
<td>no res</td>
<td>all</td>
<td>?</td>
<td>?</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.files.bz/">Files.bz</a></td>
<td>10</td>
<td>100</td>
<td>10 GB</td>
<td>all</td>
<td>yes</td>
<td>?</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.filesupload.com/">Filesupload</a></td>
<td>10</td>
<td>100</td>
<td>no res</td>
<td>all</td>
<td>yes</td>
<td>90i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.filexoom.com/">Filexoom</a></td>
<td>100</td>
<td>2000</td>
<td>no res</td>
<td>all</td>
<td>yes</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.freefilehosting.org/">Free File Hosting</a></td>
<td>50</td>
<td>50</td>
<td>5 GB</td>
<td>all</td>
<td>yes</td>
<td>60i</td>
</tr>
<tr>
<td><a target="_blank" href="http://www.myfilehut.com/">Myfilehut</a></td>
<td>20</td>
<td>250</td>
<td>10000</td>
<td>all</td>
<td>yes</td>
<td>30i</td>
</tr>
<tr>
<td>Picsplace</td>
<td>1,5</td>
<td>1,5</td>
<td>?</td>
<td>&nbsp;</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.putfile.com/">Putfile</a></td>
<td>25</td>
<td>25</td>
<td>no res</td>
<td>image,video,audio,flash</td>
<td>images</td>
<td>180i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.savefile.com/">Savefile</a></td>
<td>60</td>
<td>no res</td>
<td>no res</td>
<td>all</td>
<td>no</td>
<td>14i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.sigmirror.com/">SigMirror</a></td>
<td>5</td>
<td>250</td>
<td>30GB</td>
<td>image files</td>
<td>yes</td>
<td>no</td>
</tr>
</table>
<p><strong>Free Image Hosts:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td style="width: 40%">Name</td>
<td style="width: 6%">Filesize</td>
<td style="width: 6%">Space</td>
<td style="width: 6%">Bandwidth</td>
<td style="width: 6%">Hotlinking</td>
<td style="width: 6%">Expires</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.directupload.net/">Directupload</a></td>
<td>3</td>
<td>3</td>
<td>no res</td>
<td>yes</td>
<td>200+</td>
</tr>
<tr>
<td><a target="_Blank" href="http://imageshack.in/">Imageshack.in</a></td>
<td>0.5</td>
<td>0.5</td>
<td>?</td>
<td>no</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://paintedover.com/">Paintedover</a></td>
<td>1.5</td>
<td>1.5</td>
<td>no res</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.picvault.info/">Picvault</a></td>
<td>1</td>
<td>1</td>
<td>?</td>
<td>yes</td>
<td>30i</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.thefreeimagehosting.com/">Thefreeimagehosting</a></td>
<td>2</td>
<td>2</td>
<td>25 image</td>
<td>yes</td>
<td>40 MB</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.tinypic.com/">Tinypic</a></td>
<td>0,25</td>
<td>0,25</td>
<td>?</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://upload-img.com/">Upload-Img</a></td>
<td>1</td>
<td>1</td>
<td>?</td>
<td>no</td>
<td>60</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.uploads.biz/">Uploads</a></td>
<td>2</td>
<td>2</td>
<td>?</td>
<td>yes</td>
<td>yes</td>
</tr>
</table>
<p><strong>Free Image Hosts with registration:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td style="width: 40%">Name</td>
<td style="width: 6%">Filesize</td>
<td style="width: 6%">Space</td>
<td style="width: 6%">Bandwidth</td>
<td style="width: 6%">Hotlinking</td>
<td style="width: 6%">Expires</td>
</tr>
<tr>
<td><a target="_Blank" href="http://flickr.com/">Flickr</a></td>
<td>20</td>
<td>20+</td>
<td>no res</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.fotopic.net/">Fotopic</a></td>
<td>no res</td>
<td>250</td>
<td>no res</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.freeimagelibrary.com/">Freeimagelibrary</a></td>
<td>3</td>
<td>100</td>
<td>3000</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.imageheap.com/">Imageheap</a></td>
<td>2</td>
<td>60</td>
<td>150</td>
<td>yes</td>
<td>90-120</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.imagexoom.com/">Imagexoom</a></td>
<td>1</td>
<td>50</td>
<td>500</td>
<td>?</td>
<td>?</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.myimagehosting.com/">Myimagehosting</a></td>
<td>1</td>
<td>15</td>
<td>250</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td>Photoserver</td>
<td>no</td>
<td>555</td>
<td>1000</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td><a target="_Blank" href="http://www.simpload.com/">Simpload</a></td>
<td>1</td>
<td>no</td>
<td>500 day</td>
<td>yes</td>
<td>?</td>
</tr>
</table>
<p>[tags]free, host, file host, hosting, image, publish, webspace, free space, upload, upload sites, upload lists, rapidshare[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/file-host/" title="file host" rel="tag">file host</a>, <a href="http://www.ghacks.net/tag/file-hosting/" title="file hosting" rel="tag">file hosting</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a>, <a href="http://www.ghacks.net/tag/image-storage/" title="image storage" rel="tag">image storage</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/23/upload-files-to-multiple-file-hosting-services-with-load2all/" title="Upload Files To Multiple File Hosting Services With Load2All (November 23, 2009)">Upload Files To Multiple File Hosting Services With Load2All</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/save-as-dead-simple-file-sharing-without-size-limit/" title="Save As Dead Simple File Sharing Without Size Limit (August 30, 2009)">Save As Dead Simple File Sharing Without Size Limit</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/09/02/mirror-fox-distributes-files-to-multiple-file-hosting-services/" title="Mirror Fox Distributes Files To Multiple File Hosting Services (September 2, 2009)">Mirror Fox Distributes Files To Multiple File Hosting Services</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/01/23/megaupload-captcha-auto-fill/" title="Megaupload Captcha Auto Fill (January 23, 2009)">Megaupload Captcha Auto Fill</a> (23)</li>
	<li><a href="http://www.ghacks.net/2008/09/29/is-it-reasonable-to-offer-1-terabyte-of-storage-as-a-file-hoster/" title="Is It Reasonable To Offer 1 Terabyte of Storage As A File Hoster? (September 29, 2008)">Is It Reasonable To Offer 1 Terabyte of Storage As A File Hoster?</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Free file host list december 2005</title>
		<link>http://www.ghacks.net/2005/12/09/free-file-host-list-december-2005/</link>
		<comments>http://www.ghacks.net/2005/12/09/free-file-host-list-december-2005/#comments</comments>
		<pubDate>Fri, 09 Dec 2005 16:20:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[file host]]></category>
		<category><![CDATA[free file host]]></category>
		<category><![CDATA[image host]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=211</guid>
		<description><![CDATA[I published a large file host list last month and good lots of positive and some negative feedback concerning the list. The list contained a lot of sites that allow users to upload free files to their website and share it with others. A negative aspect was that it only featured a few categories that were not that useful to find a host that suited special needs.]]></description>
			<content:encoded><![CDATA[<p>I published a large file host list last month and good lots of positive and some negative feedback concerning the list. The list contained a lot of sites that allow users to upload free files to their website and share it with others. A negative aspect was that it only featured a few categories that were not that useful to find a host that suited special needs.</p>
<p>Therefor, I decided to compile a new list with more information available at first glance. Information besides the site name consist of the following variables. </p>
<p>It took me about 6 hours to compile the list, its divided into file hosts with and without registrations and image hosts with and without registrations. If you have additions let me know and I add them in the january list.</p>
<p><span id="more-211"></span><strong>Recommended File Host:</strong></p>
<p><a href="http://www.jdoqocy.com/click-2341002-10497832" target="_top">Diino</a><br />
<img src="http://www.awltovhc.com/image-2341002-10497832" width="1" height="1" border="0"/></p>
<p><strong>Recommended Image Host:</strong></p>
<p><a href="http://www.imageheap.com/">Imageheap</a></p>
<p><strong>Reg:</strong> Does the site require a registration before you can use their services ? Registration means free registration of course.<br />
<strong>Filesize:</strong> Is there a maximum size for a single file, in Mb ? No res = no restrictions<br />
<strong>Space:</strong> How much diskspace is allocated for the user ? If there is no registration the max filesize has been taken as max space allowed. No res = no restrictions<br />
<strong>Bandwidth:</strong> Are there bandwidth limitations ?<br />
<strong>Filetypes:</strong> Are certain filetypes not allowed to be uploaded ?<br />
<strong>Hotlinking:</strong> Does the site allow hotlinking ?<br />
<strong>Expires:</strong> Are the files auto-deleted after a time, if yes the number of days are shown. If the number is unknown yes will be shown. Sometimes files only get deleted after inactivity for a certain time, if thats the case a &#8220;i&#8221; is added to the number. Sometimes file get deleted after a certain number of downloads, if thats the case a &#8220;d&#8221; is added to the number.</p>
<p>Recommended Image Host:</p>
<p><a href="http://www.imageheap.com/">Imageheap</a></p>
<p><strong>Free File Hosts:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td width="22%">Name
</td>
<td width="8%">Filesize
</td>
<td width="8%">Space
</td>
<td width="8%">Bandwidth
</td>
<td width="31%">Filetypes
</td>
<td width="8%">Hotlinking
</td>
<td width="10%">Expires
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.4shared.com/" target="_blank">4Shared</a>
</td>
<td>10
</td>
<td>100
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.11mbit.de/" target="_Blank">11mbit</a>
</td>
<td>20
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>yes
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.bigupload.com/" target="_blank">Bigupload</a>
</td>
<td>300
</td>
<td>300
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.content-type.com/" target="_blank">Contenttype</a>
</td>
<td>100
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>img
</td>
<td>7i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.cyberupload.com/" target="_Blank">Cyberupload</a>
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>7i
</td>
<td>yes
</td>
</tr>
<tr>
<td><a href="http://www.filebuffer.net/" target="_Blank">Filebuffer</a>
</td>
<td>40
</td>
<td>40
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>7i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Filecabi
</td>
<td>10
</td>
<td>10
</td>
<td>?
</td>
<td>movie
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.filefactory.com/" target="_blank">Filefactory</a>
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>15i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.flypicture.com/" target="_Blank">Flypicture</a>
</td>
<td>1
</td>
<td>1
</td>
<td>500
</td>
<td>all
</td>
<td>yes
</td>
<td>30
</td>
</tr>
<tr>
<td><a href="http://www.freeuploader.com/" target="_Blank">Freeuploader</a>
</td>
<td>50
</td>
<td>50
</td>
<td>?
</td>
<td>all
</td>
<td>yes
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://megashares.com/" target="_blank">Megashares</a>
</td>
<td>none
</td>
<td>none
</td>
<td>none
</td>
<td>all
</td>
<td>no
</td>
<td>25i
</td>
</tr>
<tr>
<td><a href="http://www.megaupload.com/" target="_blank">Megaupload</a>
</td>
<td>250
</td>
<td>250
</td>
<td>no res
</td>
<td>no
</td>
<td>yes
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Mooload
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.mysharebox.com/" target="_blank">Mysharebox</a>
</td>
<td>100
</td>
<td>100
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Mytempdir
</td>
<td>40
</td>
<td>40
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>21
</td>
</tr>
<tr>
<td><a href="http://www.picapic.net/" target="_Blank">Picapic</a>
</td>
<td>40
</td>
<td>40
</td>
<td>?
</td>
<td>jpg, gif, wma, mov, swf
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.putfile.com/" target="_Blank">Putfile</a>
</td>
<td>10
</td>
<td>10
</td>
<td>no res
</td>
<td>image,video,audio,flash
</td>
<td>img
</td>
<td>180i
</td>
</tr>
<tr>
<td><a href="http://www.rapidshare.de/" target="_blank">Rapidshare</a>
</td>
<td>100
</td>
<td>100
</td>
<td>30+ hour
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Rapidupload
</td>
<td>300
</td>
<td>300
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.rapidsharing.com/" target="_Blank">Rapidsharing</a>
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>60i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.savefile.com/" target="_Blank">Savefile</a>
</td>
<td>60
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>14i
</td>
</tr>
<tr>
<td><a href="http://www.sendmefile.com/" target="_Blank">Sendmefile</a>
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>14i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.sendover.com/" target="_Blank">Sendover</a>
</td>
<td>2000
</td>
<td>2000
</td>
<td>no res
</td>
<td>all
</td>
<td>?
</td>
<td>7i
</td>
</tr>
<tr>
<td><a href="http://www.sendspace.com/" target="_blank">Sendspace</a>
</td>
<td>1200
</td>
<td>1200
</td>
<td>100000
</td>
<td>all
</td>
<td>no
</td>
<td>14i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.sharebigfile.com/" target="_Blank">Sharebigfile</a>
</td>
<td>300
</td>
<td>300
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>21i
</td>
</tr>
<tr>
<td><a href="http://www.snaggys.com/" target="_blank">Snaggys</a>
</td>
<td>500
</td>
<td>500
</td>
<td>999d
</td>
<td>all
</td>
<td>no
</td>
<td>15i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.spread-it.com/" target="_Blank">Spreadit</a>
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>14
</td>
</tr>
<tr>
<td>Supload
</td>
<td>200
</td>
<td>200
</td>
<td>30d
</td>
<td> all
</td>
<td>no
</td>
<td>7
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.theupload.com/" target="_blank">theupload</a>
</td>
<td>100
</td>
<td>100
</td>
<td>no res
</td>
<td> all
</td>
<td>no
</td>
<td>30
</td>
</tr>
<tr>
<td><a href="http://www.turboupload.com/" target="_Blank">Turboupload</a>
</td>
<td>70
</td>
<td>70
</td>
<td>?
</td>
<td>all
</td>
<td>no
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.updownloadserver.com/" target="_Blank">Updownloadserver</a>
</td>
<td>250
</td>
<td>250
</td>
<td>no res
</td>
<td>all
</td>
<td>yes
</td>
<td>?
</td>
</tr>
<tr>
<td><a href="http://www.uploadfront.com/" target="_Blank">Uploadfront</a>
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.uploading.com/" target="_blank">Uploading</a>
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td>Uploadsend
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.uploadtown.com/" target="_Blank">Uploadtown</a>
</td>
<td>20
</td>
<td>20
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.ultrashare.net/" target="_Blank">Ultrashare</a>
</td>
<td>30
</td>
<td>30
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.webfilehost.com/" target="_blank">Webfilehost</a>
</td>
<td>500
</td>
<td>no res
</td>
<td>no
</td>
<td>zip, rar, doc, pdf, txt
</td>
<td>no
</td>
<td>30
</td>
</tr>
<tr>
<td><a href="http://www.Wirefiles.com/" target="_blank">Wirefiles</a>
</td>
<td>5,72
</td>
<td>5,72
</td>
<td>?
</td>
<td>images, office, zip
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.yourfilehost.com/" target="_Blank">Ushareit</a>
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>14i
</td>
</tr>
<tr>
<td><a href="http://www.xtrafile.com/" target="_blank">Xtrafile</a>
</td>
<td>250
</td>
<td>250
</td>
<td>no res
</td>
<td> zip, rar, tar, gz
</td>
<td>no
</td>
<td>15i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.yousendit.com/" target="_Blank">Yousendit</a>
</td>
<td>1000
</td>
<td>1000
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>7 / 25d
</td>
</tr>
<tr>
<td>Zippyvideos
</td>
<td>10
</td>
<td>10
</td>
<td>?
</td>
<td>movie
</td>
<td>no
</td>
<td>90i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.zshare.net/" target="_blank">zshare</a>
</td>
<td>100
</td>
<td>100
</td>
<td>no res
</td>
<td> all
</td>
<td>no
</td>
<td>10i
</td>
</tr>
<tr>
<td>Zupload
</td>
<td>500
</td>
<td>500
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
</table>
<p><strong>Free File Hosts with registration:</strong></p>
<table>
<tr bgcolor="#dddddd">
<td width="22%">Name
</td>
<td width="8%">Filesize
</td>
<td width="8%">Space
</td>
<td width="8%">Bandwidth
</td>
<td width="31%">Filetypes
</td>
<td width="8%">Hotlinking
</td>
<td width="10%">Expires
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>35mb
</td>
<td>35
</td>
<td>35+
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.come2store.com/" target="_blank">Come2store</a>
</td>
<td>?
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.dropload.com/" target="_blank">Dropload</a>
</td>
<td>100
</td>
<td>100
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>7
</td>
</tr>
<tr>
<td>Filecache
</td>
<td>250
</td>
<td>250
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.filebull.com/" target="_blank">Filebull</a>
</td>
<td>2
</td>
<td>1000
</td>
<td>no res
</td>
<td>office
</td>
<td>no
</td>
<td>?
</td>
</tr>
<tr>
<td><a href="http://freespace.filefront.com/" target="_blank">Filefront</a>
</td>
<td>no res
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Files0
</td>
<td>20
</td>
<td>40
</td>
<td>1000
</td>
<td>no movie, music
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr>
<td><a href="http://www.filesupload.com/" target="_Blank">Filesupload</a>
</td>
<td>10
</td>
<td>100
</td>
<td>no res
</td>
<td>all
</td>
<td>yes
</td>
<td>90i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.fileupyours.com/" target="_Blank">Fileupyours</a>
</td>
<td>no res
</td>
<td>200
</td>
<td>no res
</td>
<td>all
</td>
<td>yes
</td>
<td>25i
</td>
</tr>
<tr>
<td><a href="http://www.myfilehut.com/" target="_blank">Myfilehut</a>
</td>
<td>20
</td>
<td>250
</td>
<td>10000
</td>
<td>all
</td>
<td>yes
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.myfilestash.com/" target="_Blank">Myfilestash</a>
</td>
<td>25
</td>
<td>25
</td>
<td>67 day
</td>
<td>no rar,wmv,wma,mp3,mov
</td>
<td>no
</td>
<td>yes
</td>
</tr>
<tr>
<td><a href="http://www.putfile.com/" target="_Blank">Putfile</a>
</td>
<td>25
</td>
<td>25
</td>
<td>no res
</td>
<td>image,video,audio,flash
</td>
<td>images
</td>
<td>180i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Ripway
</td>
<td>30
</td>
<td>30
</td>
<td>15 / day
</td>
<td>all
</td>
<td>?
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.savefile.com/" target="_Blank">Savefile</a>
</td>
<td>60
</td>
<td>no res
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>14i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.sendmefile.com/" target="_Blank">Sendmefile</a>
</td>
<td>50
</td>
<td>50
</td>
<td>no res
</td>
<td>all
</td>
<td>no
</td>
<td>28i
</td>
</tr>
<tr>
<td><a href="http://www.swiftdesk.com/" target="_Blank">Swiftdesk</a>
</td>
<td>?
</td>
<td>30
</td>
<td>?
</td>
<td>all
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Zippyvideos
</td>
<td>20
</td>
<td>no res
</td>
<td>?
</td>
<td>movie
</td>
<td>no
</td>
<td>no
</td>
</tr>
<tr>
<td>Picsplace
</td>
<td>1,5
</td>
<td>1,5
</td>
<td>?
</td>
<td>yes
</td>
<td>no
</td>
</tr>
</table>
<p><strong>Free Image Hosts:</strong></p>
<table>
</table>
<table>
<tr bgcolor="#dddddd">
<td width="40%">Name
</td>
<td width="6%">Filesize
</td>
<td width="6%">Space
</td>
<td width="6%">Bandwidth
</td>
<td width="6%">Hotlinking
</td>
<td width="6%">Expires
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.filehost.to/" target="_Blank">Filehost</a>
</td>
<td>5
</td>
<td>5
</td>
<td>no res
</td>
<td>yes
</td>
<td>?
</td>
</tr>
<tr>
<td><a href="http://www.imageheap.com/upload.php" target="_Blank">Imageheap</a>
</td>
<td>2
</td>
<td>2
</td>
<td>no res
</td>
<td>yes
</td>
<td>90-120
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.imageshack.us/" target="_Blank">Imageshack</a>
</td>
<td>1
</td>
<td>1
</td>
<td>100 hour
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.imagesubmit.com/" target="_Blank">Imagesubmit</a>
</td>
<td>0,75
</td>
<td>0,75
</td>
<td>200 day
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.imgzone.info/" target="_Blank">Imgzone</a>
</td>
<td>0,1
</td>
<td>0,1
</td>
<td>no res
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.iuploads.com/" target="_Blank">Iuploads</a>
</td>
<td>1
</td>
<td>1
</td>
<td>no res
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.myimagedepot.com/" target="_Blank">Myimagedepot</a>
</td>
<td>1
</td>
<td>1
</td>
<td>?
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr>
<td><a href="http://www.picvault.info/" target="_Blank">Picvault</a>
</td>
<td>1
</td>
<td>1
</td>
<td>?
</td>
<td>yes
</td>
<td>30i
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.pureupload.com/" target="_Blank">Pureupload</a>
</td>
<td>2,5
</td>
<td>2,5
</td>
<td>yes
</td>
<td>yes
</td>
<td>30i
</td>
</tr>
<tr>
<td><a href="http://www.thefreeimagehosting.com/" target="_Blank">Thefreeimagehosting</a>
</td>
<td>2
</td>
<td>2
</td>
<td>25 image
</td>
<td>yes
</td>
<td>40 MB
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.thepicturebin.com/" target="_Blank">Thepicturebin</a>
</td>
<td>1
</td>
<td>30
</td>
<td>300
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.tinypic.com/" target="_Blank">Tinypic</a>
</td>
<td>0,25
</td>
<td>0,25
</td>
<td>?
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.uploadimages.net/" target="_Blank">Uploadimages</a>
</td>
<td>1
</td>
<td>1
</td>
<td>?
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.uploads.biz/" target="_Blank">Uploads</a>
</td>
<td>2
</td>
<td>2
</td>
<td>?
</td>
<td>yes
</td>
<td>yes
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://xs.to/" target="_Blank">Xs</a>
</td>
<td>1,5
</td>
<td>1,5
</td>
<td>?
</td>
<td>yes
</td>
<td>?
</td>
</tr>
</table>
<p><strong>Free Image Hosts with registration:</strong></p>
<table>
</table>
<table>
<tr bgcolor="#dddddd">
<td width="40%">Name
</td>
<td width="6%">Filesize
</td>
<td width="6%">Space
</td>
<td width="6%">Bandwidth
</td>
<td width="6%">Hotlinking
</td>
<td width="6%">Expires
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.albumtown.com/" target="_Blank">Albumtown</a>
</td>
<td>no res
</td>
<td>100
</td>
<td>2000
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.fotopic.net/" target="_Blank">Fotopic</a>
</td>
<td>no res
</td>
<td>250
</td>
<td>no res
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://www.freefotofile.com/" target="_Blank">Freefotofile</a>
</td>
<td>0,2
</td>
<td>25
</td>
<td>300
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.freeimagelibrary.com/" target="_Blank">Freeimagelibrary</a>
</td>
<td>3
</td>
<td>100
</td>
<td>3000
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Imagedropbox
</td>
<td>0,25
</td>
<td>10
</td>
<td>1000
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.imagexoom.com/" target="_Blank">Imagexoom</a>
</td>
<td>1
</td>
<td>50
</td>
<td>500
</td>
<td>?
</td>
<td>?
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Myimagebuddy
</td>
<td>10
</td>
<td>10
</td>
<td>no res
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td><a href="http://www.myimagehosting.com/" target="_Blank">Myimagehosting</a>
</td>
<td>1
</td>
<td>15
</td>
<td>250
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td><a href="http://onfinite.com/" target="_Blank">Onfinite</a>
</td>
<td>5
</td>
<td>5
</td>
<td>?
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr>
<td>Photoserver
</td>
<td>no
</td>
<td>555
</td>
<td>1000
</td>
<td>yes
</td>
<td>no
</td>
</tr>
<tr bgcolor="#eeeeee">
<td>Realimagehost
</td>
<td>0,128
</td>
<td>1,5
</td>
<td>?
</td>
<td>yes
</td>
<td>60
</td>
</tr>
<tr>
<td><a href="http://www.simpload.com/" target="_Blank">Simpload</a>
</td>
<td>1
</td>
<td>no
</td>
<td>500 day
</td>
<td>yes
</td>
<td>?
</td>
</tr>
</table>
<p>[tags]free, host, file host, hosting, image, publish, webspace, free space, upload, upload sites, upload lists, rapidshare[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/file-host/" title="file host" rel="tag">file host</a>, <a href="http://www.ghacks.net/tag/free-file-host/" title="free file host" rel="tag">free file host</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2005/11/22/free-file-host-list-november-2005/" title="Free File Host List November 2005 (November 22, 2005)">Free File Host List November 2005</a> (123)</li>
	<li><a href="http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/" title="Free File host List June 2006 (June 1, 2006)">Free File host List June 2006</a> (53)</li>
	<li><a href="http://www.ghacks.net/2007/08/30/what-is-the-best-way-to-share-large-files/" title="What is the best way to share large files (August 30, 2007)">What is the best way to share large files</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/31/vista-flickr-uploader/" title="Vista Flickr Uploader (July 31, 2008)">Vista Flickr Uploader</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/upload-files-to-multiple-file-hosts/" title="Upload Files To Multiple File Hosts (August 5, 2008)">Upload Files To Multiple File Hosts</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/12/09/free-file-host-list-december-2005/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>Free File Host List November 2005</title>
		<link>http://www.ghacks.net/2005/11/22/free-file-host-list-november-2005/</link>
		<comments>http://www.ghacks.net/2005/11/22/free-file-host-list-november-2005/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 13:31:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[file host]]></category>
		<category><![CDATA[image host]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=166</guid>
		<description><![CDATA[I present you the free file host list for november 2005. Free File Hosts allow you to upload certain filetypes to their websites, this is ideal for storage or trading with your friends. Maybe you would like to upload files that you also need at work, or downloaded a great movie file that you want to share with some of your friends and do´nt want to send it to each of them. 

Its of course perfect for our search strings that let you find various files like mp3, movies, images aso. I added the links to the most prominent topics that we wrote on the subject. I suggest you take a look at these as well if you have not already. New entries have been marked in a different color for your convenience]]></description>
			<content:encoded><![CDATA[<p>I present you the free file host list for November 2005. Free File Hosting allows you to upload certain file types to Free File Hosts, this is ideal for storage or trading with your friends. Maybe you would like to upload files that you also need at work, or downloaded a great movie file that you want to share with some of your friends and don´t want to send it to each of them.  The list is divided into general free file hosting sites (upload sites)and free image hosting sites. I added 6 new image file hosting sites and 13 general file hosting sites to the list.</p>
<p>Its of course perfect for our search strings that let you find various files like mp3, movies, images aso. I added the links to the most prominent topics that we wrote on the subject. I suggest you take a look at these as well if you have not already. New entries have been marked with *new* in front of them for your convenience.</p>
<p>Please note that the megabyte range could mean the maximum file size OR the maximum size of the account.</p>
<p>1. <a target="_blank" href="http://www.ghacks.net/2005/10/15/searching-through-files-on-upload-sites-general-image-movie-etc/">Searching through files on upload sites general image movie etc</a><br />
2. <a target="_blank" href="http://www.ghacks.net/2005/10/11/using-google-to-find-movies/">Using Google to find movies</a><br />
3. <a target="_blank" href="http://www.ghacks.net/2005/10/08/using-google-to-find-free-mp3-files-2/">Using Google to find free mp3 files</a><br />
4. <a target="_blank" href="http://www.ghacks.net/2005/10/09/using-google-to-find-free-ebooks/">Using Google to find free ebooks</a></p>
<p><span id="more-166"></span><strong>Recommended File Host:</strong></p>
<p><a href="http://www.jdoqocy.com/click-2341002-10497832" target="_top">Diino</a><br />
<img src="http://www.awltovhc.com/image-2341002-10497832" width="1" height="1" border="0"/></p>
<p><strong>Recommended Image Host:</strong></p>
<p><a href="http://www.imageheap.com/">Imageheap</a></p>
<p><strong></p>
<h2>file hosting sites</h2>
<p></strong></p>
<p>0-10 megabyte:</p>
<p>*new* <a target="_Blank" href="http://www.albumtown.com/">http://www.albumtown.com/</a><br />
<a target="_Blank" href="http://www.bestupload.com">http://www.bestupload.com</a><br />
<a target="_Blank" href="http://www.flypicture.com">http://www.flypicture.com</a><br />
<a target="_Blank" href="http://www.uploadx.net">http://www.uploadx.net</a><br />
<a target="_Blank" href="http://www.webfilehost.com">http://www.webfilehost.com</a><br />
<a target="_Blank" href="http://www.wirefiles.com">http://www.wirefiles.com</a><br />
http://www.zippyvideos.com</p>
<p>10-100 megabyte:</p>
<p><a target="_Blank" href="http://www.11mbit.de">http://www.11mbit.de</a><br />
http://www.35mb.com<br />
<a target="_Blank" href="http://www.da_insane.boo.pl/d/upload/">http://www.da_insane.boo.pl/d/upload/</a><br />
<a target="_Blank" href="http://www.filebuffer.net">http://www.filebuffer.net</a><br />
http://www.filecabi.net/free-video-hosting.html<br />
<a target="_Blank" href="http://www.filesupload.com">http://www.filesupload.com</a><br />
<a target="_Blank" href="http://www.fileupyours.com">http://www.fileupyours.com</a><br />
<a target="_Blank" href="http://www.freeuploader.com">http://www.freeuploader.com</a><br />
<a target="_Blank" href="http://www.myfilestash.com">http://www.myfilestash.com</a><br />
http://www.mytempdir.com<br />
<a target="_Blank" href="http://www.picapic.net">http://www.picapic.net</a><br />
<a target="_Blank" href="http://www.putfile.com">http://www.putfile.com</a><br />
*new* <a target="_Blank" href="http://www.rapidsharing.com/">http://www.rapidsharing.com/</a><br />
http://www.ripway.com<br />
<a target="_Blank" href="http://www.savefile.com">http://www.savefile.com</a><br />
<a target="_Blank" href="http://www.sendmefile.com">http://www.sendmefile.com</a><br />
<a target="_Blank" href="http://www.swiftdesk.com">http://www.swiftdesk.com</a><br />
<a target="_Blank" href="http://www.turboupload.com">http://www.turboupload.com</a><br />
*new* <a target="_Blank" href="http://www.uploadfront.com/">http://www.uploadfront.com/</a><br />
*new* http://www.uploadsend.com/<br />
*new* <a target="_Blank" href="http://www.uploadtown.com">http://www.uploadtown.com </a><br />
<a target="_Blank" href="http://www.ultrashare.net">http://www.ultrashare.net</a><br />
<a target="_Blank" href="http://www.ushareit.com">http://www.ushareit.com</a><br />
<a target="_Blank" href="http://www.yourfilehost.com">http://www.yourfilehost.com</a></p>
<p>100 &#8211; unlimited megabyte:</p>
<p><a target="_Blank" href="http://freespace.filefront.com">http://freespace.filefront.com</a><br />
<a target="_Blank" href="http://www.4shared.com">http://www.4shared.com</a><br />
*new* <a target="_Blank" href="http://www.bigupload.com/">http://www.bigupload.com/</a><br />
<a target="_Blank" href="http://www.come2store.com">http://www.come2store.com</a><br />
*new* <a target="_Blank" href="http://www.content-type.com/">http://www.content-type.com/</a><br />
<a target="_Blank" href="http://www.dropload.com">http://www.dropload.com</a><br />
*new* <a target="_Blank" href="http://www.filebull.com/">http://www.filebull.com/</a><br />
<a target="_Blank" href="http://www.filecache.de">http://www.filecache.de</a><br />
*new* <a target="_Blank" href="http://www.filefactory.com/">http://www.filefactory.com/</a><br />
<a target="_Blank" href="http://www.myfilehut.com">http://www.myfilehut.com</a><br />
<a target="_Blank" href="http://www.megaupload.com">http://www.megaupload.com</a><br />
*new* <a target="_Blank" href="http://www.mysharebox.com/">http://www.mysharebox.com/</a><br />
<a target="_Blank" href="http://www.rapidshare.de">http://www.rapidshare.de</a><br />
*new* http://www.rapidupload.com/<br />
<a target="_Blank" href="http://www.sharebigfile.com">http://www.sharebigfile.com</a><br />
<a target="_Blank" href="http://www.spread-it.com">http://www.spread-it.com</a><br />
<a target="_Blank" href="http://www.transferbigfiles.com">http://www.transferbigfiles.com</a><br />
<a target="_Blank" href="http://www.updownloadserver.com">http://www.updownloadserver.com</a><br />
<a target="_Blank" href="http://www.yousendit.com">http://www.yousendit.com</a></p>
<p>unknown:</p>
<p><a target="_Blank" href="http://up.li.ru">http://up.li.ru</a><br />
<a target="_Blank" href="http://www.webfile.ru">http://www.webfile.ru</a></p>
<p><strong>image hosting</strong></p>
<p>Recommended Image Host:</p>
<p><a href="http://www.imageheap.com/">Imageheap</a></p>
<p>Others:</p>
<p><a target="_Blank" href="http://app02.bonpoo.com/file.htm">http://app02.bonpoo.com/file.htm</a><br />
*new* <a target="_Blank" href="http://xtremeimages.armed.us">http://xtremeimages.armed.us</a><br />
<a target="_Blank" href="http://www.filehost.to">http://www.filehost.to</a><br />
<a target="_Blank" href="http://www.fotopic.net/">http://www.fotopic.net/</a><br />
<a target="_Blank" href="http://www.freefotofile.com">http://www.freefotofile.com</a><br />
<a target="_Blank" href="http://www.freeimagelibrary.com">http://www.freeimagelibrary.com</a><br />
*new* <a target="_Blank" href="http://www.image-bound.com/">http://www.image-bound.com/</a><br />
http://www.imagedropbox.com<br />
<a target="_Blank" href="http://www.imageheap.com">http://www.imageheap.com</a><br />
*new* <a target="_Blank" href="http://www.imagelime.com">http://www.imagelime.com</a><br />
<a target="_Blank" href="http://www.imagerage.com">http://www.imagerage.com</a><br />
<a target="_Blank" href="http://www.imageshack.us">http://www.imageshack.us</a><br />
<a target="_Blank" href="http://www.imagesubmit.com">http://www.imagesubmit.com</a><br />
<a target="_Blank" href="http://www.imagexoom.com">http://www.imagexoom.com</a><br />
<a target="_Blank" href="http://www.imgsharing.com">http://www.imgsharing.com</a><br />
<a target="_Blank" href="http://www.imgzone.info">http://www.imgzone.info</a><br />
*new* http://www.myimagebuddy.com/<br />
http://www.iuploads.com/free_image_hosting/<br />
<a target="_Blank" href="http://www.myimagedepot.com">http://www.myimagedepot.com</a><br />
<a target="_Blank" href="http://www.myimagehosting.com">http://www.myimagehosting.com</a><br />
<a target="_Blank" href="http://www.myphotohost.com">http://www.myphotohost.com</a><br />
<a target="_Blank" href="http://www.picvault.info/">http://www.picvault.info/</a><br />
http://www.photoserver.us<br />
http://www.picsplace.to<br />
http://www.realimagehost.com<br />
<a target="_Blank" href="http://www.sighost.us">http://www.sighost.us</a><br />
<a target="_Blank" href="http://www.simpload.com">http://www.simpload.com</a><br />
http://www.solisstyle.com/ims/<br />
<a target="_Blank" href="http://www.thefreeimagehosting.com">http://www.thefreeimagehosting.com</a><br />
<a target="_Blank" href="http://www.thepicturebin.com">http://www.thepicturebin.com</a><br />
<a target="_Blank" href="http://www.tinypic.com">http://www.tinypic.com</a><br />
<a target="_Blank" href="http://www.upload4free.com">http://www.upload4free.com</a><br />
<a target="_Blank" href="http://www.uploadimages.net">http://www.uploadimages.net</a><br />
<a target="_Blank" href="http://www.uploads.biz">http://www.uploads.biz</a><br />
<a target="_Blank" href="http://www.watotron.com/watupload/">http://www.watotron.com/watupload/</a><br />
http://www.webdevote.com/webservices/imagehost/<br />
<a target="_Blank" href="http://www.xs.to">http://www.xs.to</a><br />
<a target="_Blank" href="http://www.xtra-image.com">http://www.xtra-image.com</a><br />
*new* <a target="_Blank" href="http://www.YourUpload.com">http://www.YourUpload.com</a></p>

	Tags: <a href="http://www.ghacks.net/tag/file-host/" title="file host" rel="tag">file host</a>, <a href="http://www.ghacks.net/tag/image-host/" title="image host" rel="tag">image host</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/06/01/free-file-host-list-june-2006/" title="Free File host List June 2006 (June 1, 2006)">Free File host List June 2006</a> (53)</li>
	<li><a href="http://www.ghacks.net/2005/12/09/free-file-host-list-december-2005/" title="Free file host list december 2005 (December 9, 2005)">Free file host list december 2005</a> (103)</li>
	<li><a href="http://www.ghacks.net/2007/08/30/what-is-the-best-way-to-share-large-files/" title="What is the best way to share large files (August 30, 2007)">What is the best way to share large files</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/31/vista-flickr-uploader/" title="Vista Flickr Uploader (July 31, 2008)">Vista Flickr Uploader</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/upload-files-to-multiple-file-hosts/" title="Upload Files To Multiple File Hosts (August 5, 2008)">Upload Files To Multiple File Hosts</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/22/free-file-host-list-november-2005/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
	</channel>
</rss>
