<?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: How to use Uploadify with CakePHP</title>
	<atom:link href="http://phpdev.ro/how-to-use-uploadify-with-cakephp.html/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html</link>
	<description>The blog of Andrei Gabreanu</description>
	<lastBuildDate>Thu, 03 May 2012 07:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Silkhood</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-1752</link>
		<dc:creator>Silkhood</dc:creator>
		<pubDate>Tue, 08 Nov 2011 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-1752</guid>
		<description>I found a very simple way to implement uploadify in cakePHP.

1) 
Change the script in the uploadify.js to e.g. 
&#039;script&#039;    : &#039;/uploadify/upload&#039;,
Now you request the function upload() in the UploadifyController instead of calling a .php file.

2) 
Create the UplodifyController

This is just a the basic controller, but it works fine. 
I added &#039;/app/webroot&#039; to the $targetPath to store the uploaded files in the webroot folder.

And you are done.

Hope I could help someone with my solution.
</description>
		<content:encoded><![CDATA[<p>I found a very simple way to implement uploadify in cakePHP.</p>
<p>1)<br />
Change the script in the uploadify.js to e.g.<br />
&#8216;script&#8217;    : &#8216;/uploadify/upload&#8217;,<br />
Now you request the function upload() in the UploadifyController instead of calling a .php file.</p>
<p>2)<br />
Create the UplodifyController</p>
<p>This is just a the basic controller, but it works fine.<br />
I added &#8216;/app/webroot&#8217; to the $targetPath to store the uploaded files in the webroot folder.</p>
<p>And you are done.</p>
<p>Hope I could help someone with my solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-404</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Wed, 09 Mar 2011 01:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-404</guid>
		<description>Hello Nick, &lt;br&gt;&lt;br&gt;Thank you for your feedback. The post is really old and the code plugin has broken the way it displays. I will update it as soon as I can, in the near future.&lt;br&gt;&lt;br&gt;Have a great day!</description>
		<content:encoded><![CDATA[<p>Hello Nick, </p>
<p>Thank you for your feedback. The post is really old and the code plugin has broken the way it displays. I will update it as soon as I can, in the near future.</p>
<p>Have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-403</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 09 Mar 2011 00:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-403</guid>
		<description>This is really unusable code. Please just take it down, it&#039;s confusing everyone.</description>
		<content:encoded><![CDATA[<p>This is really unusable code. Please just take it down, it&#39;s confusing everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-333</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Tue, 08 Mar 2011 20:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-333</guid>
		<description>Hello Nick, 

Thank you for your feedback. The post is really old and the code plugin has broken the way it displays. I will update it as soon as I can, in the near future.

Have a great day!</description>
		<content:encoded><![CDATA[<p>Hello Nick, </p>
<p>Thank you for your feedback. The post is really old and the code plugin has broken the way it displays. I will update it as soon as I can, in the near future.</p>
<p>Have a great day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-332</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 08 Mar 2011 19:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-332</guid>
		<description>This is really unusable code. Please just take it down, it&#039;s confusing everyone.</description>
		<content:encoded><![CDATA[<p>This is really unusable code. Please just take it down, it&#8217;s confusing everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie Miranda</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-402</link>
		<dc:creator>Louie Miranda</dc:creator>
		<pubDate>Mon, 28 Feb 2011 07:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-402</guid>
		<description>What version of uploadify did you used here?</description>
		<content:encoded><![CDATA[<p>What version of uploadify did you used here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie Miranda</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-327</link>
		<dc:creator>Louie Miranda</dc:creator>
		<pubDate>Mon, 28 Feb 2011 02:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-327</guid>
		<description>What version of uploadify did you used here?</description>
		<content:encoded><![CDATA[<p>What version of uploadify did you used here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-400</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 31 Oct 2010 01:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-400</guid>
		<description>Hello. &lt;br&gt;&lt;br&gt;Unfortunately, i had some major issues with the code plugin i&#039;ve been using. Thats why you are seeing whitespaces and that weird/stupid ?&gt; .. I promised myself i will update all posts/code i have here but its a time-problem so far. &lt;br&gt;&lt;br&gt;Thanks for the feedback anyway!</description>
		<content:encoded><![CDATA[<p>Hello. </p>
<p>Unfortunately, i had some major issues with the code plugin i&#39;ve been using. Thats why you are seeing whitespaces and that weird/stupid ?&gt; .. I promised myself i will update all posts/code i have here but its a time-problem so far. </p>
<p>Thanks for the feedback anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-401</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 31 Oct 2010 01:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-401</guid>
		<description>Hello Jpsy, unfortunately no. I did not use CakePHP that much (actually used it for its core stuff only) so don&#039;t have experience with the Auth plugin with the Uploadify.&lt;br&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hello Jpsy, unfortunately no. I did not use CakePHP that much (actually used it for its core stuff only) so don&#39;t have experience with the Auth plugin with the Uploadify.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fynn</title>
		<link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-399</link>
		<dc:creator>fynn</dc:creator>
		<pubDate>Sun, 31 Oct 2010 01:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=51#comment-399</guid>
		<description>dude. your coding sucks.&lt;br&gt;&lt;br&gt;for example:&lt;br&gt;var path = &quot;url(&quot;/app/webroot/uploadify/&quot;)?&gt;&quot;;&lt;br&gt;&lt;br&gt;why is there this ugly &quot;?&gt;&quot; that is not supposed to be there? and using &quot; for the arguments of the url() method, as well as for assigning the value of it to the path var is dirty coding.&lt;br&gt;&lt;br&gt;furthermore there are a lot of whitespaces in the code-examples that should not be there, like:&lt;br&gt;&lt; div style=&quot;margin:15px;&quot;&gt;&lt;br&gt;&lt;br&gt;see that one in front div?&lt;br&gt;&lt;br&gt;you should update that post.</description>
		<content:encoded><![CDATA[<p>dude. your coding sucks.</p>
<p>for example:<br />var path = &#8220;url(&#8220;/app/webroot/uploadify/&#8221;)?&gt;&#8221;;</p>
<p>why is there this ugly &#8220;?&gt;&#8221; that is not supposed to be there? and using &#8221; for the arguments of the url() method, as well as for assigning the value of it to the path var is dirty coding.</p>
<p>furthermore there are a lot of whitespaces in the code-examples that should not be there, like:<br />&lt; div style=&#8221;margin:15px;&#8221;&gt;</p>
<p>see that one in front div?</p>
<p>you should update that post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/3 queries in 0.001 seconds using disk
Object Caching 297/297 objects using disk

Served from: phpdev.ro @ 2012-05-19 01:23:26 -->
