<?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>Sony AK Knowledge Center &#187; file</title>
	<atom:link href="http://www.sony-ak.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sony-ak.com</link>
	<description>This website is administrated by Sony Arianto Kurniawan and not related to Sony Corporation or its affiliate at all</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:49:46 +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>Simulate File Upload with PHP and curl</title>
		<link>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/</link>
		<comments>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 09:28:42 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[Curl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=740</guid>
		<description><![CDATA[In this article, I will explain how to simulate file upload using PHP and curl. First I will create the complete but simple normal upload in PHP. Here is the code to do a normal file upload on PHP. Normal file upload mechanism using PHP 1 2 3 4 5 6 7 8 9 10 [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/04/simulate-file-upload-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upload File in PHP</title>
		<link>http://www.sony-ak.com/2010/02/how-to-upload-file-in-php/</link>
		<comments>http://www.sony-ak.com/2010/02/how-to-upload-file-in-php/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 04:31:50 +0000</pubDate>
		<dc:creator>Sony AK</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.sony-ak.com/?p=165</guid>
		<description><![CDATA[Here is simple example about how to do a file upload using PHP. First let&#8217;s create the HTML page for upload form. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62; &#60;title&#62;Upload Form&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;p&#62;Simple Upload Form&#60;/p&#62; &#60;form enctype=&#34;multipart/form-data&#34; method=&#34;post&#34; action=&#34;p_upload_file.php&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://www.sony-ak.com/2010/02/how-to-upload-file-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
