<?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>Upload &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/upload/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Wed, 08 Mar 2017 20:20:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to upload large files in PHP</title>
		<link>https://www.techawaken.com/upload-large-files-php/</link>
				<comments>https://www.techawaken.com/upload-large-files-php/#respond</comments>
				<pubDate>Tue, 10 Jan 2017 20:19:22 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[large files]]></category>
		<category><![CDATA[memory_limit]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=798</guid>
				<description><![CDATA[<p>By default PHP is configured to allow files upload of size upto 2M.</p>
<p>We need to adjust the following PHP configuration directives:</p>
<ol>
 	<li><strong>upload_max_filesize</strong>: By default this value is 2M. We need to increase it to the maximum size of single file that we want to upload.</li>
 	<li><strong>post_max_size</strong>: It defines the maximum size of POST data that PHP will accept. This value should be greater than <em>'upload_max_filesize'</em>.</li>
 	<li><strong>memory_limit:</strong> This sets the amount of memory a PHP script is allowed to use during its execution. Set this to a value greater than <em>'post_max_size'</em> so that PHP script can load and process the uploaded file.</li>
</ol><div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/" rel="bookmark" title="Importing large database (&gt; 2 MB) using phpMyAdmin">Importing large database (> 2 MB) using phpMyAdmin </a></li>
<li><a href="https://www.techawaken.com/set-http-authentication-nginx/" rel="bookmark" title="How to set up HTTP authentication with nginx">How to set up HTTP authentication with nginx </a></li>
<li><a href="https://www.techawaken.com/mysql-data-directory-size-large-fix/" rel="bookmark" title="MySql data directory size is very large, how to fix?">MySql data directory size is very large, how to fix? </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/upload-large-files-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>17 Linux curl command usage examples</title>
		<link>https://www.techawaken.com/17-linux-curl-command-examples/</link>
				<comments>https://www.techawaken.com/17-linux-curl-command-examples/#respond</comments>
				<pubDate>Sun, 13 Apr 2014 16:39:14 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=492</guid>
				<description><![CDATA[cURL is a computer software project and it produces two products - libcurl and curl.

<strong>libcurl</strong>

A free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.

libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and more!

<strong>curl</strong>

A command line tool for getting or sending files using URL syntax. Since curl uses libcurl, curl supports the same wide range of common Internet protocols that libcurl does.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/curl-vs-wget/" rel="bookmark" title="What is better, curl or wget?">What is better, curl or wget? </a></li>
<li><a href="https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/" rel="bookmark" title="Importing large database (&gt; 2 MB) using phpMyAdmin">Importing large database (> 2 MB) using phpMyAdmin </a></li>
<li><a href="https://www.techawaken.com/running-magento-indexer-from-command-line-shell/" rel="bookmark" title="Running Magento indexer from command line (shell)">Running Magento indexer from command line (shell) </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/17-linux-curl-command-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>What is better, curl or wget?</title>
		<link>https://www.techawaken.com/curl-vs-wget/</link>
				<comments>https://www.techawaken.com/curl-vs-wget/#respond</comments>
				<pubDate>Tue, 11 Mar 2014 19:35:48 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=474</guid>
				<description><![CDATA[Both cUrl and Wget can be used to download files, but the question comes which one to use. cUrl and Wget have some similarities and as well as differentiating factors, the one to use depends on your need.<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/curl-vs-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Importing large database (&gt; 2 MB) using phpMyAdmin</title>
		<link>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/</link>
				<comments>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/#respond</comments>
				<pubDate>Wed, 15 Jan 2014 18:47:53 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=446</guid>
				<description><![CDATA[If you try importing a mysql database backup file greater than 2 MB then you may receive an error - <span style="color: #ff0000;">"No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16."</span>. No Worries! you just need to make few changes to your php.ini file.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/disable-post-revisions-wordpress/" rel="bookmark" title="Disable Post Revisions in WordPress">Disable Post Revisions in WordPress </a></li>
<li><a href="https://www.techawaken.com/duplicating-a-database-in-mysql/" rel="bookmark" title="Duplicating a database in MySql">Duplicating a database in MySql </a></li>
<li><a href="https://www.techawaken.com/clean-magento-database-logs-faster-performance/" rel="bookmark" title="Clean up Magento database logs for Faster Performance">Clean up Magento database logs for Faster Performance </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
