<?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: File Uploads Via PHP : Specific MIME Types</title>
	<atom:link href="http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/</link>
	<description>Rambling about life&#039;s little things, in 7 ≡ 1 (mod 6) fashion</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Steven Longay</title>
		<link>http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/#comment-36627</link>
		<dc:creator>Steven Longay</dc:creator>
		<pubDate>Wed, 11 Jan 2012 10:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://sgowtham.net/blog/?p=312#comment-36627</guid>
		<description>This is really an exciting and informative stuff being published here, I may not be surprised to see the different kind of reactions from peoples as some may like it and some don&#039;t.</description>
		<content:encoded><![CDATA[<p>This is really an exciting and informative stuff being published here, I may not be surprised to see the different kind of reactions from peoples as some may like it and some don&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gowtham</title>
		<link>http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/#comment-17660</link>
		<dc:creator>Gowtham</dc:creator>
		<pubDate>Mon, 16 Aug 2010 02:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://sgowtham.net/blog/?p=312#comment-17660</guid>
		<description>I believe the error is due to the fact that your $target_path variable is a URL instead of absolute path. Give that a try and let me know if it solves your problem.</description>
		<content:encoded><![CDATA[<p>I believe the error is due to the fact that your $target_path variable is a URL instead of absolute path. Give that a try and let me know if it solves your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caron</title>
		<link>http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/#comment-17659</link>
		<dc:creator>Caron</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://sgowtham.net/blog/?p=312#comment-17659</guid>
		<description>I&#039;m trying to use this, but I keep getting a 404 error: 
      Parse error: syntax error, unexpected T_VARIABLE in         
      /home/caronthegerman/loldmypants.com/pictures/uploader/upload.php on line 73


On line 73, I have 
         $target_path = $target_path . basename( $_FILES[&#039;uploaded_file&#039;][&#039;name&#039;]);

and $target_path is     
         $target_path = &quot;http://www.loldmypants.com/picturearchive/useruploadstrue&quot;;


This is like the 5th uploader I&#039;ve tried and I have no idea what I&#039;m doing wrong. Gah...</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this, but I keep getting a 404 error:<br />
      Parse error: syntax error, unexpected T_VARIABLE in<br />
      /home/caronthegerman/loldmypants.com/pictures/uploader/upload.php on line 73</p>
<p>On line 73, I have<br />
         $target_path = $target_path . basename( $_FILES['uploaded_file']['name']);</p>
<p>and $target_path is<br />
         $target_path = &#8220;http://www.loldmypants.com/picturearchive/useruploadstrue&#8221;;</p>
<p>This is like the 5th uploader I&#8217;ve tried and I have no idea what I&#8217;m doing wrong. Gah&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

