<?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: Secure File Upload in PHP  Web Applications</title>
	<atom:link href="http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:13:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seguridad en Upload de Archivos &#124; unijimpe</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-15104</link>
		<dc:creator>Seguridad en Upload de Archivos &#124; unijimpe</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-15104</guid>
		<description>[...] Secure File Upload in PHP Web Applications [...]</description>
		<content:encoded><![CDATA[<p>[...] Secure File Upload in PHP Web Applications [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John kerry</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-13569</link>
		<dc:creator>John kerry</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-13569</guid>
		<description>Good jonb Thanks!</description>
		<content:encoded><![CDATA[<p>Good jonb Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SplitFive</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-10107</link>
		<dc:creator>SplitFive</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-10107</guid>
		<description>This is really a nice tutorial.</description>
		<content:encoded><![CDATA[<p>This is really a nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myfacefriends</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-5763</link>
		<dc:creator>Myfacefriends</dc:creator>
		<pubDate>Sat, 11 Jul 2009 00:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-5763</guid>
		<description>this is wonderful tutorial including security issue... many thanks.</description>
		<content:encoded><![CDATA[<p>this is wonderful tutorial including security issue&#8230; many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaizentech</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-5644</link>
		<dc:creator>kaizentech</dc:creator>
		<pubDate>Tue, 07 Jul 2009 12:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-5644</guid>
		<description>Nice Tips Here. There are lots of security risks for uploading file to server since it allows executable files to upload also. One of the solutions is to check file extension by JavaScript before submitting upload form and don&#039;t allow users to upload risky file extensions.</description>
		<content:encoded><![CDATA[<p>Nice Tips Here. There are lots of security risks for uploading file to server since it allows executable files to upload also. One of the solutions is to check file extension by JavaScript before submitting upload form and don&#8217;t allow users to upload risky file extensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-5495</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Wed, 01 Jul 2009 23:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-5495</guid>
		<description>Very thorough tutorial and excellent points about security.</description>
		<content:encoded><![CDATA[<p>Very thorough tutorial and excellent points about security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nazim</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-3023</link>
		<dc:creator>nazim</dc:creator>
		<pubDate>Sat, 18 Apr 2009 12:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-3023</guid>
		<description>how can file upload in user admin panel in php ?</description>
		<content:encoded><![CDATA[<p>how can file upload in user admin panel in php ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inf3rno</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-2887</link>
		<dc:creator>inf3rno</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-2887</guid>
		<description>Nice article!
Probably if you put the content of the file to the database, then you dont need the original name, and filesystem access.</description>
		<content:encoded><![CDATA[<p>Nice article!<br />
Probably if you put the content of the file to the database, then you dont need the original name, and filesystem access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janckos</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-1525</link>
		<dc:creator>Janckos</dc:creator>
		<pubDate>Mon, 02 Mar 2009 15:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-1525</guid>
		<description>Muy buen tutorial, gracias!.</description>
		<content:encoded><![CDATA[<p>Muy buen tutorial, gracias!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://blog.insicdesigns.com/2009/01/secure-file-upload-in-php-web-applications/comment-page-1/#comment-1209</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 12 Feb 2009 01:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=529#comment-1209</guid>
		<description>Nice tutorial :) I would suggest using exif_imagetype() to verify image type instead but you have a nice approach to everything. Look forwards to seeing more from you. 

Take care :)</description>
		<content:encoded><![CDATA[<p>Nice tutorial <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I would suggest using exif_imagetype() to verify image type instead but you have a nice approach to everything. Look forwards to seeing more from you. </p>
<p>Take care <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
