<?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: Validating Image Uploads in CakePHP</title>
	<atom:link href="http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/</link>
	<description>Actionscript, Flash, PHP and stuff</description>
	<lastBuildDate>Fri, 05 Mar 2010 08:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/comment-page-1/#comment-2175</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 25 Jan 2009 13:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=53#comment-2175</guid>
		<description>I&#039;ve just tried this and your previous post, but the image.php (resp. artwork.php) model file doesn&#039;t even get included let alone used for validation. Is there a crucial step you&#039;ve left out?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just tried this and your previous post, but the image.php (resp. artwork.php) model file doesn&#8217;t even get included let alone used for validation. Is there a crucial step you&#8217;ve left out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/comment-page-1/#comment-1293</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 26 Aug 2008 10:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=53#comment-1293</guid>
		<description>Just a comment after reading Chris Shiflett&#039;s article on file uploads. You probably shouldn&#039;t rely on $upload_info[&#039;size&#039;] for the file size as this is transmitted from the client. Checking the file size yourself with the filesize() function is better.</description>
		<content:encoded><![CDATA[<p>Just a comment after reading Chris Shiflett&#8217;s article on file uploads. You probably shouldn&#8217;t rely on $upload_info['size'] for the file size as this is transmitted from the client. Checking the file size yourself with the filesize() function is better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
