<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: It's too big for email, what do I do now?</title>
	<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now/</link>
	<description>Comments on Ask MetaFilter post It's too big for email, what do I do now?</description>
	<pubDate>Thu, 15 Dec 2005 17:03:34 -0800</pubDate>
	<lastBuildDate>Thu, 15 Dec 2005 17:03:34 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: It&apos;s too big for email, what do I do now?</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now</link>	
		<description>I&apos;m looking for a simple web FTP interface to allow clients to upload files to my web server. I&apos;m using Dreamhost, so it has to be installable on standard Apache / PHP / MySQL, etc. I&apos;d like to have a simple &quot;upload file&quot; area in the client&apos;s section where they choose 1-3 files and click &quot;upload.&quot;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.29125</guid>
		<pubDate>Thu, 15 Dec 2005 16:38:58 -0800</pubDate>
		<dc:creator>letitrain</dc:creator>
		
			<category>FTP</category>
		
			<category>Web</category>
		
			<category>interface</category>
		
			<category>server</category>
		
			<category>install</category>
		
	</item> <item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459017</link>	
		<description>It isn&apos;t an FTP client, but I&apos;ve used &lt;a href=&quot;http://www.solitude.dk/filethingie/&quot;&gt;FileThingie&lt;/a&gt; for simple uploads. It&apos;s extremely simple to install, and provides nice little features that the linked page explains well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459017</guid>
		<pubDate>Thu, 15 Dec 2005 17:03:34 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: Mr T</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459034</link>	
		<description>Just write your own, look up multi-part forms. Make sure you sanitize your users input.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459034</guid>
		<pubDate>Thu, 15 Dec 2005 17:25:31 -0800</pubDate>
		<dc:creator>Mr T</dc:creator>
	</item><item>
		<title>By: Roger Dodger</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459224</link>	
		<description>Mr T is right.  If you can program in PHP it is rather straight forward.  &lt;a href=&quot;http://us2.php.net/features.file-upload&quot;&gt;Reference material and some sample code.&lt;/a&gt;  Here is a&lt;a href=&quot;http://www.phpbuilder.com/columns/bealers20000904.php3&quot;&gt; tutorial&lt;/a&gt; which lays it out step by step.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459224</guid>
		<pubDate>Thu, 15 Dec 2005 21:01:04 -0800</pubDate>
		<dc:creator>Roger Dodger</dc:creator>
	</item><item>
		<title>By: lunarboy</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459239</link>	
		<description>&lt;a href=&quot;http://www.yousendit.com/&quot;  _blank&gt;YouSendIt.com&lt;/a&gt; is a good resource to transfer files up to 1GB from one person to another. And it&apos;s free!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459239</guid>
		<pubDate>Thu, 15 Dec 2005 21:19:14 -0800</pubDate>
		<dc:creator>lunarboy</dc:creator>
	</item><item>
		<title>By: letitrain</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459268</link>	
		<description>I can&apos;t program in PHP, but I can follow directions and I&apos;m comfortable working with web inards, so I&apos;ll give it a shot. I still have to believe there is a simple solution out there that requires only configuration...&lt;br&gt;
&lt;br&gt;
lunarboy, I&apos;m not interested in external solutions. I want to integrate this into the client section of my site.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459268</guid>
		<pubDate>Thu, 15 Dec 2005 21:51:48 -0800</pubDate>
		<dc:creator>letitrain</dc:creator>
	</item><item>
		<title>By: AndrewStephens</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459317</link>	
		<description>If you and your users don&apos;t mind a Java applet, I wrote a small tool to do this for a friend&apos;s website. It is designed to be as fool proof as possible and can be locked down to only upload to specific directories via easy to use parameters. It uploads using standard FTP, no server support is required.&lt;br&gt;
You can view a demo of it &lt;a href=&quot;http://homepages.paradise.net.nz/~andrew-1/FTPTool/&quot;&gt;here&lt;/a&gt;. If you are interested, email me (my address is on the my homepage) and I can send you the documentation. &lt;br&gt;
It&apos;s free to use.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459317</guid>
		<pubDate>Thu, 15 Dec 2005 23:39:20 -0800</pubDate>
		<dc:creator>AndrewStephens</dc:creator>
	</item><item>
		<title>By: miniape</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459412</link>	
		<description>&lt;a href=&quot;http://www.solitude.dk/filethingie/&quot;&gt;File Thingie&lt;/a&gt; is super easy to set up. Only allows one file at a time though. I&apos;m sure there are equivalent options for multiple uploads or look at how this one works and make changes. Maybe try one of &lt;a href=&quot;http://php.resourceindex.com/Complete_Scripts/File_Management/index_03.html&quot;&gt;these&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459412</guid>
		<pubDate>Fri, 16 Dec 2005 06:54:11 -0800</pubDate>
		<dc:creator>miniape</dc:creator>
	</item><item>
		<title>By: scruss</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459433</link>	
		<description>I&apos;d caution against writing your own. I worked at a webshop once that had an upload tool attached to their forums. The images were supposed to be held at a hard-to-find URL until they were approved by a moderator.&lt;br&gt;
&lt;br&gt;
A user worked out where the images were going, and we ended up with 70GB of Chinese porn on our website in a matter of hours.&lt;br&gt;
&lt;br&gt;
(I should point out that porn was &lt;em&gt;not&lt;/em&gt; our core business ...)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459433</guid>
		<pubDate>Fri, 16 Dec 2005 07:20:55 -0800</pubDate>
		<dc:creator>scruss</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#459515</link>	
		<description>I use &lt;a href=&quot;http://www.net2ftp.com/&quot;&gt;net2ftp&lt;/a&gt;. Note that in many cases PHP puts limits on the maximum upload size.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-459515</guid>
		<pubDate>Fri, 16 Dec 2005 09:20:27 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: blag</title>
		<link>http://ask.metafilter.com/29125/Its-too-big-for-email-what-do-I-do-now#461345</link>	
		<description>Have a look at &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=9444&quot;&gt;Owl Ultralite&lt;/a&gt; - it&apos;s a cut-down version of the full Owl document storage software and might be perfect for you. Bottom of the page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.29125-461345</guid>
		<pubDate>Sun, 18 Dec 2005 15:16:08 -0800</pubDate>
		<dc:creator>blag</dc:creator>
	</item>
	</channel>
</rss>
