<?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: simple PHP file upload tutorial</title>
	<atom:link href="http://www.maheshchari.com/simple-php-file-upload-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maheshchari.com/simple-php-file-upload-tutorial/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 10 Sep 2010 01:02:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to upload files to remote server with PHP cURL &#124; Php Development</title>
		<link>http://www.maheshchari.com/simple-php-file-upload-tutorial/comment-page-1/#comment-13656</link>
		<dc:creator>How to upload files to remote server with PHP cURL &#124; Php Development</dc:creator>
		<pubDate>Fri, 26 Mar 2010 23:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=48#comment-13656</guid>
		<description>[...] PHP file upload functionality. [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP file upload functionality. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh chari</title>
		<link>http://www.maheshchari.com/simple-php-file-upload-tutorial/comment-page-1/#comment-128</link>
		<dc:creator>mahesh chari</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=48#comment-128</guid>
		<description>In the above example[at line 65],
$upload_directory.$file[&#039;name&#039;] replace with
substr(md5(microtime()),0,7).&#039;.&#039;.$ext
it will generate random name</description>
		<content:encoded><![CDATA[<p>In the above example[at line 65],<br />
$upload_directory.$file['name'] replace with<br />
substr(md5(microtime()),0,7).&#8217;.&#8217;.$ext<br />
it will generate random name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.maheshchari.com/simple-php-file-upload-tutorial/comment-page-1/#comment-120</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 16 Jun 2009 21:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.maheshchari.com/?p=48#comment-120</guid>
		<description>Hi there,
Fantastic Tutorial!

How would I go about changing the file names when they&#039;ve been uploaded with PHP??

Maybe through the use of Unix Time codes... or something of the likes?

Thanks in advance,
Callum</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Fantastic Tutorial!</p>
<p>How would I go about changing the file names when they&#8217;ve been uploaded with PHP??</p>
<p>Maybe through the use of Unix Time codes&#8230; or something of the likes?</p>
<p>Thanks in advance,<br />
Callum</p>
]]></content:encoded>
	</item>
</channel>
</rss>
