<?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: CodeIgniter File Upload: Setting Disallowed File Types</title>
	<atom:link href="http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/</link>
	<description>Web Design, Development, and Online Marketing for the San Francisco &#38; East Bay Area</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:44:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Garrett St. John</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1365</link>
		<dc:creator>Garrett St. John</dc:creator>
		<pubDate>Mon, 24 May 2010 23:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1365</guid>
		<description>@Micah - I believe you have it just right. Let me know if that didn&#039;t solve the issue.  I&#039;ll take a look at the post and see if I can tweak it for the sake of clarity.</description>
		<content:encoded><![CDATA[<p>@Micah &#8211; I believe you have it just right. Let me know if that didn&#8217;t solve the issue.  I&#8217;ll take a look at the post and see if I can tweak it for the sake of clarity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1364</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Mon, 24 May 2010 21:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1364</guid>
		<description>Oh, I think I get it. I have to use $config[&#039;disallowed_types&#039;] = &#039;&#039;; in my upload handler.</description>
		<content:encoded><![CDATA[<p>Oh, I think I get it. I have to use $config['disallowed_types'] = &#8221;; in my upload handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1363</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Mon, 24 May 2010 21:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1363</guid>
		<description>Your instructions could use some enhancement: I&#039;ve figured out what to name the file (&quot;/system/application/libraries/MY_Upload.php&quot;), but what do I call the variable in system/application/config/mimes.php?</description>
		<content:encoded><![CDATA[<p>Your instructions could use some enhancement: I&#8217;ve figured out what to name the file (&#8220;/system/application/libraries/MY_Upload.php&#8221;), but what do I call the variable in system/application/config/mimes.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: golffy</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1262</link>
		<dc:creator>golffy</dc:creator>
		<pubDate>Sun, 09 May 2010 22:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1262</guid>
		<description>thx a lot .</description>
		<content:encoded><![CDATA[<p>thx a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1085</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Mon, 05 Apr 2010 01:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1085</guid>
		<description>Hi, I found this post while trying to get the &quot;File Upload Class&quot; to work on Dreamhost.  I know that it is presumptuous of me to assume that because you have provided a library to interface with the Dreamhost API that you have also managed to use &quot;File Upload&quot; CI functions on Dreamhost, but have you?

http://codeigniter.com/forums/viewthread/150309/P15/

This link is the basic description of my problem and the steps that I have taken thus far.

I apologize in advance if this comment is rude or offends in any way.  Just desperate to find some hint that someone has this working on Dreamhost...</description>
		<content:encoded><![CDATA[<p>Hi, I found this post while trying to get the &#8220;File Upload Class&#8221; to work on Dreamhost.  I know that it is presumptuous of me to assume that because you have provided a library to interface with the Dreamhost API that you have also managed to use &#8220;File Upload&#8221; CI functions on Dreamhost, but have you?</p>
<p><a href="http://codeigniter.com/forums/viewthread/150309/P15/" rel="nofollow">http://codeigniter.com/forums/viewthread/150309/P15/</a></p>
<p>This link is the basic description of my problem and the steps that I have taken thus far.</p>
<p>I apologize in advance if this comment is rude or offends in any way.  Just desperate to find some hint that someone has this working on Dreamhost&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Reimberg</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-1062</link>
		<dc:creator>Rafael Reimberg</dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-1062</guid>
		<description>Thank&#039;s for help!!!</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett St. John</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-295</link>
		<dc:creator>Garrett St. John</dc:creator>
		<pubDate>Fri, 16 Oct 2009 00:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-295</guid>
		<description>@Bill - Thanks for stopping by and glad to help!</description>
		<content:encoded><![CDATA[<p>@Bill &#8211; Thanks for stopping by and glad to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Rayne</title>
		<link>http://www.blueemberdesign.com/blog/2009/07/29/codeigniter-file-upload-setting-disallowed-file-types/#comment-294</link>
		<dc:creator>Edward Rayne</dc:creator>
		<pubDate>Thu, 15 Oct 2009 23:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=589#comment-294</guid>
		<description>I know this is an old post but I was having exactly the same issue and your solution worked perfectly.  Thanks so much you saved me hours of work.

Bill Ludwig @ Edward Rayne</description>
		<content:encoded><![CDATA[<p>I know this is an old post but I was having exactly the same issue and your solution worked perfectly.  Thanks so much you saved me hours of work.</p>
<p>Bill Ludwig @ Edward Rayne</p>
]]></content:encoded>
	</item>
</channel>
</rss>
