News Feed
Jobs Feed
Sections




News Archive
C. Sadeesh Kumar's Blog:
Smart File Type Detection Using PHP
August 29, 2011 @ 12:07:53

In a new post today C. Sadeesh Kumar has a quick tip to help your script detect file types without having to rely on the extension to be correct.

In most web applications today, there is a need to allow users to upload images, audio and video files. Sometimes, we also need to restrict certain types of files from being uploaded - an executable file being an obvious example. Security aside, one might also want to prevent users from misusing the upload facility, e.g. uploading copyrighted music files illegally and using the service to promote piracy! In this article, we'll look into a few ways in which we can achieve this.

The trick to his example is in using the Fileinfo PECL extension. With the help of this extension you can look inside the file and pick out the "magic bytes" (the first few bytes of a file) and see what MIME type the file really is. He includes a simple example of using the extension on a file and a file upload script that checks the type and handles the file accordingly.

0 comments voice your opinion now!
file type detection fileinfo extension pecl tutorial


blog comments powered by Disqus

Similar Posts

Christopher Jones' Blog: Time for testing the final PHP 5.2 release

Fabien Potencier's Blog: The state of YAML in PHP

Dev-Explorer.com: Using MySQL Stored Procedures and Extending MySQLi in PHP

Ligaya Turmelle's Blog: 25 Ways to help out PHP

DevShed: Building an ORM in PHP: Domain Modeling


Community Events











Don't see your event here?
Let us know!


example interview release code development object testing tool application podcast phpunit series zendframework2 functional introduction framework language unittest opinion community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework