<?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 upload with CakePHP</title>
	<atom:link href="http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-151582</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-151582</guid>
		<description>@udhaya: It is very similar to what is shown in the article. When creating the form you have to remove the &quot;file&quot; type and you have to replace the file input field with a &quot;normal&quot; text field. In the controller you then have to work with &lt;a href=&quot;http://ch.php.net/manual/en/function.fread.php&quot; rel=&quot;nofollow&quot;&gt;fread&lt;/a&gt; and &lt;a href=&quot;http://ch.php.net/manual/en/function.fopen.php&quot; rel=&quot;nofollow&quot;&gt;fopen&lt;/a&gt;.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@udhaya: It is very similar to what is shown in the article. When creating the form you have to remove the &#8220;file&#8221; type and you have to replace the file input field with a &#8220;normal&#8221; text field. In the controller you then have to work with <a href="http://ch.php.net/manual/en/function.fread.php" rel="nofollow">fread</a> and <a href="http://ch.php.net/manual/en/function.fopen.php" rel="nofollow">fopen</a>.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udhaya</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-151521</link>
		<dc:creator>udhaya</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-151521</guid>
		<description>how to upload image in cake php from URL??</description>
		<content:encoded><![CDATA[<p>how to upload image in cake php from URL??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: File upload in CakePHP &#171; Max Korytko&#8217;s Blog</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-151375</link>
		<dc:creator>File upload in CakePHP &#171; Max Korytko&#8217;s Blog</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-151375</guid>
		<description>[...] Filed under: CakePHP Framework &#8212; maxkorytko @ 9:26 pm   Refer to this blog post: CakePHP file upload    Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: CakePHP Framework &#8212; maxkorytko @ 9:26 pm   Refer to this blog post: CakePHP file upload    Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-145627</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-145627</guid>
		<description>@abcd: Hm, difficult to say what the problem could be. Maybe it helps to set the cache settings described in &lt;a href=&quot;http://ch.php.net/manual/en/function.header.php#88038&quot; rel=&quot;nofollow&quot;&gt;http://ch.php.net/manual/en/function.header.php#88038&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@abcd: Hm, difficult to say what the problem could be. Maybe it helps to set the cache settings described in <a href="http://ch.php.net/manual/en/function.header.php#88038" rel="nofollow">http://ch.php.net/manual/en/function.header.php#88038</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcd</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-145529</link>
		<dc:creator>abcd</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-145529</guid>
		<description>hi all,

i hv uploaded files with mb size and stored them in database...then im retrieving them from database...bt i cant see images in IE...and its working on firefox better...its on local server...

on live server...after submit to disp details,i m getting &quot;webpage has expired&quot;...in IE7 and firefox works better...

can anyone tell me what can i do?</description>
		<content:encoded><![CDATA[<p>hi all,</p>
<p>i hv uploaded files with mb size and stored them in database&#8230;then im retrieving them from database&#8230;bt i cant see images in IE&#8230;and its working on firefox better&#8230;its on local server&#8230;</p>
<p>on live server&#8230;after submit to disp details,i m getting &#8220;webpage has expired&#8221;&#8230;in IE7 and firefox works better&#8230;</p>
<p>can anyone tell me what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-143944</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-143944</guid>
		<description>@Jeffrey: You are welcome!</description>
		<content:encoded><![CDATA[<p>@Jeffrey: You are welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Ropp</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-143887</link>
		<dc:creator>Jeffrey Ropp</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-143887</guid>
		<description>+1 for a well written and extremely helpful tutorial.</description>
		<content:encoded><![CDATA[<p>+1 for a well written and extremely helpful tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subiendo archivos con CakePHP &#171; Blas&#39;s Blog</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-143881</link>
		<dc:creator>Subiendo archivos con CakePHP &#171; Blas&#39;s Blog</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-143881</guid>
		<description>[...] (Esta es una traducción hecha por mí, del documento de Daniel Hofstetter, el articulo original esta aquí) [...]</description>
		<content:encoded><![CDATA[<p>[...] (Esta es una traducción hecha por mí, del documento de Daniel Hofstetter, el articulo original esta aquí) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-142929</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 28 Dec 2009 15:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-142929</guid>
		<description>@Ray: Thanks for your addition!</description>
		<content:encoded><![CDATA[<p>@Ray: Thanks for your addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/comment-page-3/#comment-142857</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sun, 27 Dec 2009 07:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=165#comment-142857</guid>
		<description>^ to reference empty view as img src

&lt;code&gt;
&lt;img src=&quot;http://mydomain.com/cakebox/artifacts/displayArtifact/93&quot;&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>^ to reference empty view as img src</p>
<p><code>&lt;img src="http://mydomain.com/cakebox/artifacts/displayArtifact/93"&gt;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
