Developing a Modular Class For a PHP File Uploader

Wednesday, April 16th, 2008

If you re a PHP programmer who needs to learn the basic concepts surrounding the implementation of file uploads via the HTTP protocol then look no further because you ve come to the right place. Welcome to the final installment of the series Building file uploaders with ...

Creating an Error Handling Module for a PHP 5 File Uploader

Wednesday, April 2nd, 2008

Welcome to the third chapter of the series Building file uploaders with PHP 5. Comprised of five approachable tutorials this series teaches you the fundamentals of constructing file uploading applications with PHP 5. It also complements the corresponding theoretical concepts with numerous hands-on examples. In this third ...

Retrieving Information on Selected Files with a PHP 5 File Uploader

Wednesday, March 26th, 2008

The initial script in the first tutorial of this series lacked some important features such as the implementation of an effective error handling module and the ability to check the MIME type and size of the file being uploaded. In this second installment of the series I m ...