<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 Mar 2011 15:00:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2767</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 17 Mar 2011 15:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2767</guid>
		<description>That&#039;s a tough one... something&#039;s going wrong client-side for you. Honestly, I&#039;d look into a progressive upload solution, but I don&#039;t think browsers were really ever designed to send such large files.  Sorry I don&#039;t have much in the way of help for you.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a tough one&#8230; something&#8217;s going wrong client-side for you. Honestly, I&#8217;d look into a progressive upload solution, but I don&#8217;t think browsers were really ever designed to send such large files.  Sorry I don&#8217;t have much in the way of help for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lehelke</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2765</link>
		<dc:creator>Lehelke</dc:creator>
		<pubDate>Thu, 17 Mar 2011 09:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2765</guid>
		<description>I have a similar site..to upload very large files (up to 1,5 gb) on an internal network.
But when i try to upload large files , any web browser starts using 100% cpu and the pc becomes nonresponsive until the upload finishes.

Any tought how could i make it use less cpu ?</description>
		<content:encoded><![CDATA[<p>I have a similar site..to upload very large files (up to 1,5 gb) on an internal network.<br />
But when i try to upload large files , any web browser starts using 100% cpu and the pc becomes nonresponsive until the upload finishes.</p>
<p>Any tought how could i make it use less cpu ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Warren</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2386</link>
		<dc:creator>Steven Warren</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2386</guid>
		<description>Thanks for the tip on this one, post_max_size. Was driving me nuts until I found your post.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on this one, post_max_size. Was driving me nuts until I found your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: secret</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2274</link>
		<dc:creator>secret</dc:creator>
		<pubDate>Fri, 12 Nov 2010 19:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2274</guid>
		<description>max is 2 G</description>
		<content:encoded><![CDATA[<p>max is 2 G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2269</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 05 Nov 2010 20:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2269</guid>
		<description>@Kirill: this might be because of the urlencode. Some tests proved content can triple its size if urlencoded: so 4GB file might mean 12GB to upload.</description>
		<content:encoded><![CDATA[<p>@Kirill: this might be because of the urlencode. Some tests proved content can triple its size if urlencoded: so 4GB file might mean 12GB to upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dude</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2237</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Wed, 15 Sep 2010 10:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2237</guid>
		<description>Kirill: 4GB is the limit for 32-bit Apache installations?</description>
		<content:encoded><![CDATA[<p>Kirill: 4GB is the limit for 32-bit Apache installations?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sage</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2189</link>
		<dc:creator>Sage</dc:creator>
		<pubDate>Sun, 25 Jul 2010 06:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2189</guid>
		<description>Please see http://code.google.com/p/gigaupload/ also</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://code.google.com/p/gigaupload/" rel="nofollow">http://code.google.com/p/gigaupload/</a> also</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vmaksym</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2172</link>
		<dc:creator>vmaksym</dc:creator>
		<pubDate>Thu, 08 Jul 2010 18:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2172</guid>
		<description>Thank you very, very, very much :)</description>
		<content:encoded><![CDATA[<p>Thank you very, very, very much <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2118</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 06 May 2010 08:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2118</guid>
		<description>Hi,
I was having this problem and after following these steps, was still getting no increase in allowed file size.

I have shared hosting and I solved this by adding:
RLimitMem 128000000
To my .htaccess file.

I hope this helps somebody else as i have spent two days fixing this problem!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was having this problem and after following these steps, was still getting no increase in allowed file size.</p>
<p>I have shared hosting and I solved this by adding:<br />
RLimitMem 128000000<br />
To my .htaccess file.</p>
<p>I hope this helps somebody else as i have spent two days fixing this problem!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendran Srinivasan</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2075</link>
		<dc:creator>Narendran Srinivasan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-2075</guid>
		<description>Hi i have this in my php.ini file upload_max_filesize = 32MB

Still large files and uploaded what could be cause of the problem.</description>
		<content:encoded><![CDATA[<p>Hi i have this in my php.ini file upload_max_filesize = 32MB</p>
<p>Still large files and uploaded what could be cause of the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

