<?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>FreeWebHostDir Tutorials &#187; file size</title>
	<atom:link href="http://tutorials.freewebhostdir.com/tag/file-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.freewebhostdir.com</link>
	<description>FreeWebHostDir Tutorials</description>
	<lastBuildDate>Sun, 01 Aug 2010 01:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Increasing your PHP upload file size limit</title>
		<link>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/</link>
		<comments>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:13:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://tutorials.freewebhostdir.com/?p=84</guid>
		<description><![CDATA[Most servers have the PHP upload file size limit set to 2M, which means the maximum size of file you can upload using your php script is 2mb only. To increase the limit, please do the following: If you have PHP running as a CGI module Check if your cgi folder or root folder has [...]]]></description>
			<content:encoded><![CDATA[<p>Most servers have the PHP upload file size limit set to 2M, which means the maximum size of file you can upload using your php script is 2mb only. To increase the limit, please do the following:</p>
<p><span id="more-84"></span><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as a CGI module</a></p>
<ul>
<li>Check if your cgi folder or root folder has a file called php.ini, if no, then use your notepad to create one and have it uploaded to your root/cgi folder</li>
<li>add &#8220;upload_max_filesize = 100M&#8221; (without quotes) to your php.ini then save the file</li>
</ul>
<p><a href="http://tutorials.freewebhostdir.com/how-to-check-if-php-is-running-as-an-apache-module-or-cgi-module/" target="_self">If you have PHP running as an apache module</a></p>
<ul>
<li>Check if your root folder has a file called .htaccess, if no, then use your notepad to create one and have it uploaded to your root folder</li>
<li>add &#8220;php_value upload_max_filesize 100M&#8221; (without quotes) to your .htaccess then save the file</li>
</ul>
<p>Now the upload file size limit has been changed to 100mb. To verify your changes, you may open your <a href="http://tutorials.freewebhostdir.com/phpinfo/" target="_self">phpinfo</a>, then search for upload_max_filesize</p>
<p><img class="alignnone size-full wp-image-102" title="uploadmaxfilesize" src="http://tutorials.freewebhostdir.com/wp-content/uploads/2009/12/uploadmaxfilesize.gif" alt="uploadmaxfilesize" width="464" height="197" /></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorials.freewebhostdir.com/increasing-your-php-upload-file-size-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
