<?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: Howto: CodeIgniter + Uploadify</title>
	<atom:link href="http://designerfoo.com/howto-codeigniter-uploadify.html/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfoo.com/howto-codeigniter-uploadify.html</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 14:26:17 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4413</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4413</guid>
		<description>Hi Angela,

You need to make sure the extensions of the files that you are trying to upload are added within the array of allowed extensions, the current code only supports images and docs. Also check the mime type is supported by your CI version and that it is included.</description>
		<content:encoded><![CDATA[<p>Hi Angela,</p>
<p>You need to make sure the extensions of the files that you are trying to upload are added within the array of allowed extensions, the current code only supports images and docs. Also check the mime type is supported by your CI version and that it is included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4412</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4412</guid>
		<description>Hi Jacob, not following here, the form_open_multipart actually creates an action that POSTs the form to the controller called Upload and relays it to the index method of the controller. As for multipart forms, you will find &lt;a href=&quot;http://www.w3.org/TR/html4/interact/forms.html&quot; rel=&quot;nofollow&quot;&gt;more info here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Jacob, not following here, the form_open_multipart actually creates an action that POSTs the form to the controller called Upload and relays it to the index method of the controller. As for multipart forms, you will find <a href="http://www.w3.org/TR/html4/interact/forms.html" rel="nofollow">more info here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4411</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4411</guid>
		<description>It sounds good, you can code the resizing bit with GD or ImageMagick too, if thats installed and working on your server :)</description>
		<content:encoded><![CDATA[<p>It sounds good, you can code the resizing bit with GD or ImageMagick too, if thats installed and working on your server <img src='http://designerfoo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Knight</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4410</link>
		<dc:creator>Josh Knight</dc:creator>
		<pubDate>Mon, 26 Sep 2011 19:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4410</guid>
		<description>Hey, thanks for the tutorial. Like Althalos, I also need to process (rename, resize, make a thumb and store the paths in a database.) But, I&#039;m a little confused on how to go about that exactly....shoot, wait, I just reread the post from Althalos for the 100th time and I think I might get it now. Does the flow go like this:

1. Each time an image is uploaded to the server using Uploadify, the uploadify function is called in the controller. 

2. When the controlled function is called you set up all the normal image manipulations and database inserts.

Does that sound about right?

Thanks again, 

Josh</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tutorial. Like Althalos, I also need to process (rename, resize, make a thumb and store the paths in a database.) But, I&#8217;m a little confused on how to go about that exactly&#8230;.shoot, wait, I just reread the post from Althalos for the 100th time and I think I might get it now. Does the flow go like this:</p>
<p>1. Each time an image is uploaded to the server using Uploadify, the uploadify function is called in the controller. </p>
<p>2. When the controlled function is called you set up all the normal image manipulations and database inserts.</p>
<p>Does that sound about right?</p>
<p>Thanks again, </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4152</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Sun, 04 Sep 2011 22:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4152</guid>
		<description>Hmmm sorry mabe for stupid question but I dont understand the form_open_multipart(&#039;upload/index&#039;); because I dont have any &quot;upload&quot; controller so where does it go :P</description>
		<content:encoded><![CDATA[<p>Hmmm sorry mabe for stupid question but I dont understand the form_open_multipart(&#8217;upload/index&#8217;); because I dont have any &#8220;upload&#8221; controller so where does it go <img src='http://designerfoo.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angela</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-4096</link>
		<dc:creator>angela</dc:creator>
		<pubDate>Tue, 30 Aug 2011 06:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-4096</guid>
		<description>Hi! I implemented this code and it works fine with images and docs but whenever i&#039;m trying to upload a video file, the video is not uploaded. it does not return any error. i thought maybe it was a routing problem but when i changed the file extension accepted for that directory, it uploaded well in that directory. why can&#039;t video files be uploaded?</description>
		<content:encoded><![CDATA[<p>Hi! I implemented this code and it works fine with images and docs but whenever i&#8217;m trying to upload a video file, the video is not uploaded. it does not return any error. i thought maybe it was a routing problem but when i changed the file extension accepted for that directory, it uploaded well in that directory. why can&#8217;t video files be uploaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manender</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-2803</link>
		<dc:creator>manender</dc:creator>
		<pubDate>Tue, 19 Apr 2011 04:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-2803</guid>
		<description>i have download this code but when running it i am getting this error(below) and also file is not uploading to the given folder.

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/uploadify.php</description>
		<content:encoded><![CDATA[<p>i have download this code but when running it i am getting this error(below) and also file is not uploading to the given folder.</p>
<p>A PHP Error was encountered</p>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/uploadify.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-2408</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Fri, 11 Mar 2011 15:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-2408</guid>
		<description>Hi Vamsi,

You may be able to hack and make it work, I am not aware of any other way to make it work since uplodify uses its own script to doing so, but I may be wrong, the new version may let you add a custom function to do so?</description>
		<content:encoded><![CDATA[<p>Hi Vamsi,</p>
<p>You may be able to hack and make it work, I am not aware of any other way to make it work since uplodify uses its own script to doing so, but I may be wrong, the new version may let you add a custom function to do so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamsi</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-2259</link>
		<dc:creator>vamsi</dc:creator>
		<pubDate>Sun, 27 Feb 2011 10:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-2259</guid>
		<description>Hi, is there a way to utilize CI&#039;s upload class with uploadify ?</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to utilize CI&#8217;s upload class with uploadify ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designerfoo</title>
		<link>http://designerfoo.com/howto-codeigniter-uploadify.html/comment-page-1#comment-1544</link>
		<dc:creator>Designerfoo</dc:creator>
		<pubDate>Fri, 10 Dec 2010 07:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://designerfoo.com/?p=779#comment-1544</guid>
		<description>Hi M,

Think the issue is that the javascript library is not being loaded correctly. Did you set the path right?</description>
		<content:encoded><![CDATA[<p>Hi M,</p>
<p>Think the issue is that the javascript library is not being loaded correctly. Did you set the path right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

