<?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: PHP: File Upload Script (HTML Form + PHP Handler Class)</title>
	<atom:link href="http://www.kavoir.com/2009/01/php-file-upload-class.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/01/php-file-upload-class.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Resize and crop images - SitePoint Forums</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-15508</link>
		<dc:creator>Resize and crop images - SitePoint Forums</dc:creator>
		<pubDate>Thu, 25 Aug 2011 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-15508</guid>
		<description>[...] crop with PHP but I use these 2 classes in my project for uploading and image resizing.  Uploading: PHP: File Upload Script (HTML Form + PHP Handler Class) Image Resizing: PHP: Resize Image and Store to File  Really easy to use. Hope they help.    [...]</description>
		<content:encoded><![CDATA[<p>[...] crop with PHP but I use these 2 classes in my project for uploading and image resizing.  Uploading: PHP: File Upload Script (HTML Form + PHP Handler Class) Image Resizing: PHP: Resize Image and Store to File  Really easy to use. Hope they help.    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheyne</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-10121</link>
		<dc:creator>Cheyne</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-10121</guid>
		<description>Haha this would have been useful for my music mod.  Had to scour the planet to find a decent one.  For the output page...how would you wrap it in a header and footer.</description>
		<content:encoded><![CDATA[<p>Haha this would have been useful for my music mod.  Had to scour the planet to find a decent one.  For the output page&#8230;how would you wrap it in a header and footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shozib</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-9909</link>
		<dc:creator>Shozib</dc:creator>
		<pubDate>Mon, 24 May 2010 16:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-9909</guid>
		<description>Hm very nice</description>
		<content:encoded><![CDATA[<p>Hm very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Security Checklist for Websites and Web Applications &#8211; Bottom Line for Every Good PHP Developers</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-8539</link>
		<dc:creator>PHP Security Checklist for Websites and Web Applications &#8211; Bottom Line for Every Good PHP Developers</dc:creator>
		<pubDate>Tue, 09 Mar 2010 02:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-8539</guid>
		<description>[...] security practices when handling uploaded [...]</description>
		<content:encoded><![CDATA[<p>[...] security practices when handling uploaded [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-8257</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-8257</guid>
		<description>I should have wrapped the class with &lt;?php ... ?&gt;

Just copy and paste the class and save it as the file Uploaded.class.php

Puting it at the root folder would be fine, but make sure you give the correct path to it in upload.php - in the example / code I give, Uploaded.class.php and upload.php are in the same directory.</description>
		<content:encoded><![CDATA[<p>I should have wrapped the class with < ?php ... ?></p>
<p>Just copy and paste the class and save it as the file Uploaded.class.php</p>
<p>Puting it at the root folder would be fine, but make sure you give the correct path to it in upload.php &#8211; in the example / code I give, Uploaded.class.php and upload.php are in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mozgaf</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-8250</link>
		<dc:creator>Mozgaf</dc:creator>
		<pubDate>Sun, 28 Feb 2010 16:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-8250</guid>
		<description>I have 3 questions;
 do we edit the Uploaded.class.php file in any way to suite our server?

where do i place the php files in the root folder?

is the Uploaded.class.php how the php file starts is nt there a &lt;?php at start?
thanks in advance.</description>
		<content:encoded><![CDATA[<p>I have 3 questions;<br />
 do we edit the Uploaded.class.php file in any way to suite our server?</p>
<p>where do i place the php files in the root folder?</p>
<p>is the Uploaded.class.php how the php file starts is nt there a &lt;?php at start?<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Basic PHP Contact Form Script</title>
		<link>http://www.kavoir.com/2009/01/php-file-upload-class.html/comment-page-1#comment-7342</link>
		<dc:creator>A Basic PHP Contact Form Script</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/01/php-file-upload-class.html#comment-7342</guid>
		<description>[...] done to create a sophisticated contact form. For starters, you can implement a spam catcher and an file upload control that sends the user uploaded file as attachment to your [...]</description>
		<content:encoded><![CDATA[<p>[...] done to create a sophisticated contact form. For starters, you can implement a spam catcher and an file upload control that sends the user uploaded file as attachment to your [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

