<?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: Common Issues with CodeIgniter File Upload</title>
	<atom:link href="http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/</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/08/03/common-issues-codeigniter-file-upload/#comment-1563</link>
		<dc:creator>Garrett St. John</dc:creator>
		<pubDate>Wed, 07 Jul 2010 06:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=619#comment-1563</guid>
		<description>@Toto - I&#039;m not sure which version you are using of CI, but those line numbers don&#039;t work in CI 1.7.2.  Also, it&#039;s not recommended to modify core libraries since you would have to redo the fix if you upgrade to the next version of CI.</description>
		<content:encoded><![CDATA[<p>@Toto &#8211; I&#8217;m not sure which version you are using of CI, but those line numbers don&#8217;t work in CI 1.7.2.  Also, it&#8217;s not recommended to modify core libraries since you would have to redo the fix if you upgrade to the next version of CI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toto</title>
		<link>http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/#comment-1562</link>
		<dc:creator>Toto</dc:creator>
		<pubDate>Wed, 07 Jul 2010 06:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=619#comment-1562</guid>
		<description>Solution is not hard like this.

go to system\libraries\upload.php

go to upload function and then find line 368-398 delete it out and then save

done.
after that u can upload all xxxx file u want</description>
		<content:encoded><![CDATA[<p>Solution is not hard like this.</p>
<p>go to system\libraries\upload.php</p>
<p>go to upload function and then find line 368-398 delete it out and then save</p>
<p>done.<br />
after that u can upload all xxxx file u want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/#comment-1435</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=619#comment-1435</guid>
		<description>Thanks for the tip mzalazar, about changing the order of the allowed_types list, that&#039;s very weird, but it now accepts my non-image formats for upload.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip mzalazar, about changing the order of the allowed_types list, that&#8217;s very weird, but it now accepts my non-image formats for upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mzalazar</title>
		<link>http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/#comment-952</link>
		<dc:creator>mzalazar</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=619#comment-952</guid>
		<description>One workaround to this BUG is to set the non-image filetypes in front of the allowed_types config setting. That way, you can use CI without patching it, because the non-image file types are checked first, before the image-check is done.

E.g.
In stead of setting this:
$config[‘allowed_types’] = ‘jpg&#124;png&#124;pdf&#124;zip’;

You can use this:
$config[‘allowed_types’] = ‘pdf&#124;zip&#124;jpg&#124;png’;</description>
		<content:encoded><![CDATA[<p>One workaround to this BUG is to set the non-image filetypes in front of the allowed_types config setting. That way, you can use CI without patching it, because the non-image file types are checked first, before the image-check is done.</p>
<p>E.g.<br />
In stead of setting this:<br />
$config[‘allowed_types’] = ‘jpg|png|pdf|zip’;</p>
<p>You can use this:<br />
$config[‘allowed_types’] = ‘pdf|zip|jpg|png’;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firmansyah</title>
		<link>http://www.blueemberdesign.com/blog/2009/08/03/common-issues-codeigniter-file-upload/#comment-98</link>
		<dc:creator>firmansyah</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blueemberdesign.com/?p=619#comment-98</guid>
		<description>i have made code for upload but my problem is how to update the file i&#039;ve already upload with form. i save the link of file to database.</description>
		<content:encoded><![CDATA[<p>i have made code for upload but my problem is how to update the file i&#8217;ve already upload with form. i save the link of file to database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
