<?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: Tutorial: File upload in PHP, Securing the things.</title> <atom:link href="http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Thu, 09 Feb 2012 07:08:35 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Tammy</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-13033</link> <dc:creator>Tammy</dc:creator> <pubDate>Wed, 25 Aug 2010 11:23:24 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-13033</guid> <description>Hi Experts. I need help! I want to put an Upload browse button on a clients website. But it is hosted by Microsoft Office Live. Can anyone tell me how to do such a thing? The engineers at Microsoft Office Live says php isn&#039;t available. Does that mean...I can&#039;t add the photo upload option? All tips and advice is helpful. Thanks! Please email me at owner@helpwithyourwebsite.com</description> <content:encoded><![CDATA[<p>Hi Experts. I need help! I want to put an Upload browse button on a clients website. But it is hosted by Microsoft Office Live. Can anyone tell me how to do such a thing? The engineers at Microsoft Office Live says php isn&#8217;t available. Does that mean&#8230;I can&#8217;t add the photo upload option?<br /> All tips and advice is helpful. Thanks! Please email me at <a href="mailto:owner@helpwithyourwebsite.com">owner@helpwithyourwebsite.com</a></p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-7094</link> <dc:creator>James</dc:creator> <pubDate>Mon, 18 May 2009 20:03:28 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-7094</guid> <description>Nice article. One small comment... you write &quot;as opposed to Apache, Microsoft IIS supports &#039;PUT&#039; HTTP requests&quot;. I don&#039;t know if you meant to imply that Apache does not support HTTP PUT, but it does, and always has, as long as the Script configuration directive is properly set.</description> <content:encoded><![CDATA[<p>Nice article. One small comment&#8230; you write &#8220;as opposed to Apache, Microsoft IIS supports &#8216;PUT&#8217; HTTP requests&#8221;. I don&#8217;t know if you meant to imply that Apache does not support HTTP PUT, but it does, and always has, as long as the Script configuration directive is properly set.</p> ]]></content:encoded> </item> <item><title>By: vimal patel</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-1353</link> <dc:creator>vimal patel</dc:creator> <pubDate>Sun, 22 Feb 2009 16:17:04 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-1353</guid> <description>usually developers of websites have little or no idea about where or on what their website will be hosted &amp; most of the time they have no control over server settings, hence we tend to make more &amp; more code that is far from hassles of server settings &amp; the trouble. that&#039;s the mistake i did in the above code by implementing client sided check on file size.this reminds me of my first PHP project where, after we uploaded the site, later came to know that it was a windows IIS server with no PHP(either as ISAPI or CGI). then it took us a day or two to migrate to linux server.</description> <content:encoded><![CDATA[<p>usually developers of websites have little or no idea about where or on what their website will be hosted &amp; most of the time they have no control over server settings, hence we tend to make more &amp; more code that is far from hassles of server settings &amp; the trouble. that&#8217;s the mistake i did in the above code by implementing client sided check on file size.</p><p>this reminds me of my first PHP project where, after we uploaded the site, later came to know that it was a windows IIS server with no PHP(either as ISAPI or CGI). then it took us a day or two to migrate to linux server.</p> ]]></content:encoded> </item> <item><title>By: JDStraughan</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-1332</link> <dc:creator>JDStraughan</dc:creator> <pubDate>Sun, 22 Feb 2009 06:49:23 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-1332</guid> <description>Added this tutorial to TUTlist.com Thank you and keep up the good work!</description> <content:encoded><![CDATA[<p>Added this tutorial to TUTlist.com<br /> Thank you and keep up the good work!</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-1304</link> <dc:creator>Chris</dc:creator> <pubDate>Sat, 21 Feb 2009 17:42:05 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-1304</guid> <description>Good post. However  can easily be manipulated because it&#039;s client sided. It&#039;s better to set it on the server side: http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize</description> <content:encoded><![CDATA[<p>Good post. However  can easily be manipulated because it&#8217;s client sided. It&#8217;s better to set it on the server side: <a href="http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize" rel="nofollow">http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize</a></p> ]]></content:encoded> </item> <item><title>By: Gaurav</title><link>http://viralpatel.net/blogs/2009/02/file-upload-in-php-file-upload-php-file-upload-tutorial-securing-things.html/comment-page-1#comment-1265</link> <dc:creator>Gaurav</dc:creator> <pubDate>Fri, 20 Feb 2009 12:40:08 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=842#comment-1265</guid> <description>Nice post dude...:))..keep it up!!</description> <content:encoded><![CDATA[<p>Nice post dude&#8230;:))..keep it up!!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 14:23:17 -->
