<?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, 04 Feb 2010 05:00:37 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kirill</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1938</link>
		<dc:creator>Kirill</dc:creator>
		<pubDate>Fri, 16 Oct 2009 12:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1938</guid>
		<description>Hi.

I have trouble uploading realy big files. Up to 5 GB.

I set

php_value upload_max_filesize 10000M
php_value post_max_size 10000M
php_value max_execution_time 3600
php_value max_input_time -1
php_value memory_limit -1

LimitRequestBody 0

I am able to upload 1.4 GB file, but failed in uploading 4 GB.

Do you have any clue what to do?</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I have trouble uploading realy big files. Up to 5 GB.</p>
<p>I set</p>
<p>php_value upload_max_filesize 10000M<br />
php_value post_max_size 10000M<br />
php_value max_execution_time 3600<br />
php_value max_input_time -1<br />
php_value memory_limit -1</p>
<p>LimitRequestBody 0</p>
<p>I am able to upload 1.4 GB file, but failed in uploading 4 GB.</p>
<p>Do you have any clue what to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1858</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1858</guid>
		<description>No problem, happy to help ;)</description>
		<content:encoded><![CDATA[<p>No problem, happy to help <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakes</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1856</link>
		<dc:creator>Jakes</dc:creator>
		<pubDate>Sun, 16 Aug 2009 17:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1856</guid>
		<description>Thank you, I love you! I have never said that to another man before. Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you, I love you! I have never said that to another man before. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowdusk</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1020</link>
		<dc:creator>slowdusk</dc:creator>
		<pubDate>Sun, 15 Feb 2009 22:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-1020</guid>
		<description>Hey, thanx a lot............I was having the same problem.........I changed upload_max_filesize and left the others.........but after following your instructions.....its working fine..............thx a lot</description>
		<content:encoded><![CDATA[<p>Hey, thanx a lot&#8230;&#8230;&#8230;&#8230;I was having the same problem&#8230;&#8230;&#8230;I changed upload_max_filesize and left the others&#8230;&#8230;&#8230;but after following your instructions&#8230;..its working fine&#8230;&#8230;&#8230;&#8230;..thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-838</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 27 Jan 2009 06:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-838</guid>
		<description>Well, in PHP you can override some of these settings in a .htaccess file... if there&#039;s an equivalent methodology in ASP, I&#039;d suggest going that route</description>
		<content:encoded><![CDATA[<p>Well, in PHP you can override some of these settings in a .htaccess file&#8230; if there&#8217;s an equivalent methodology in ASP, I&#8217;d suggest going that route</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-837</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 27 Jan 2009 05:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-837</guid>
		<description>Is there an assumption that you&#039;re using dedicated hosting or can these overrides be used in a shared hosting environment?

I&#039;ve built something similar using ASP but it too hits specific limits - and these cannot be worked around in most shared hosting environments for obvious reasons.  Which is why I&#039;m looking for alternatives.

Thanks, Adam

p.s. Please don&#039;t bother to rant about PHP vs ASP - I&#039;m sure we&#039;ve all heard it before.</description>
		<content:encoded><![CDATA[<p>Is there an assumption that you&#8217;re using dedicated hosting or can these overrides be used in a shared hosting environment?</p>
<p>I&#8217;ve built something similar using ASP but it too hits specific limits &#8211; and these cannot be worked around in most shared hosting environments for obvious reasons.  Which is why I&#8217;m looking for alternatives.</p>
<p>Thanks, Adam</p>
<p>p.s. Please don&#8217;t bother to rant about PHP vs ASP &#8211; I&#8217;m sure we&#8217;ve all heard it before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danesh</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-7</link>
		<dc:creator>Danesh</dc:creator>
		<pubDate>Tue, 16 Dec 2008 16:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-7</guid>
		<description>Thanks dude. Worked!</description>
		<content:encoded><![CDATA[<p>Thanks dude. Worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another Alex</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-19</link>
		<dc:creator>Another Alex</dc:creator>
		<pubDate>Sun, 09 Nov 2008 10:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-19</guid>
		<description>Alex,
do you use MAX_FILE_SIZE directive in your form?</description>
		<content:encoded><![CDATA[<p>Alex,<br />
do you use MAX_FILE_SIZE directive in your form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-9</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 28 Oct 2008 19:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-9</guid>
		<description>I edited the php.ini to what you say and I&#039;ve no problem in uploading small files. Although I have when I upload files&gt;1.xMB (even if limits are set to 6-7 MB).
Any help anybody?</description>
		<content:encoded><![CDATA[<p>I edited the php.ini to what you say and I&#8217;ve no problem in uploading small files. Although I have when I upload files&gt;1.xMB (even if limits are set to 6-7 MB).<br />
Any help anybody?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-12</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Fri, 17 Oct 2008 20:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/archives/uploading-large-files-with-php/#comment-12</guid>
		<description>My previous post was to insic about 1and1 hosting. Forgot to mention that.</description>
		<content:encoded><![CDATA[<p>My previous post was to insic about 1and1 hosting. Forgot to mention that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
