<?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"
	>
<channel>
	<title>Comments on: Uploading Large Files With PHP</title>
	<atom:link href="http://www.gen-x-design.com/archives/uploading-large-files-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/</link>
	<description>All Things Web 2.0</description>
	<pubDate>Sun, 07 Sep 2008 19:51:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: insic</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-6397</link>
		<dc:creator>insic</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-6397</guid>
		<description>im still troubled and cant get my uploader work. still uploads only below 2M my hosting is 1and1 and i cant make it work 'duh!'</description>
		<content:encoded><![CDATA[<p>im still troubled and cant get my uploader work. still uploads only below 2M my hosting is 1and1 and i cant make it work &#8216;duh!&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-6359</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Fri, 29 Aug 2008 19:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-6359</guid>
		<description>Very useful, thanks. There are several articles out there for "large uploads via PHP" but they seem to only have partial settings mentioned. 

It's very important that post_max_size is &#62; max_upload_size. If only by a small amount.

I'm in the process of setting up an app that will need to allow uploads up to 500M. -- Lorenzo, follow these instructions and you should be ok. Also make sure to set 	 in your form (where value= whatever size you need in bytes)</description>
		<content:encoded><![CDATA[<p>Very useful, thanks. There are several articles out there for &#8220;large uploads via PHP&#8221; but they seem to only have partial settings mentioned. </p>
<p>It&#8217;s very important that post_max_size is &gt; max_upload_size. If only by a small amount.</p>
<p>I&#8217;m in the process of setting up an app that will need to allow uploads up to 500M. &#8212; Lorenzo, follow these instructions and you should be ok. Also make sure to set 	 in your form (where value= whatever size you need in bytes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-5542</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Tue, 27 May 2008 17:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-5542</guid>
		<description>Hey thanks for this.

I was having the same issue.
I changed the max_upload_size but not the others.  Stupid how they rely on each other.  But it works now!</description>
		<content:encoded><![CDATA[<p>Hey thanks for this.</p>
<p>I was having the same issue.<br />
I changed the max_upload_size but not the others.  Stupid how they rely on each other.  But it works now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-4925</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Mon, 05 May 2008 14:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-4925</guid>
		<description>Pretty good work! I found myself in the same boring situation and reached the shore doing exactly what you describe in this post... But what if sizes are really large? I.E. : 50M. How can we implement a systerm that allows such an upload without crash our system?</description>
		<content:encoded><![CDATA[<p>Pretty good work! I found myself in the same boring situation and reached the shore doing exactly what you describe in this post&#8230; But what if sizes are really large? I.E. : 50M. How can we implement a systerm that allows such an upload without crash our system?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
