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 ...