This class can be used to validate and process file uploads.
It can take the name of a given form upload field and check the respective upload information to see if there was no error and the file MIME type is the one that is expected.
If the file upload was validate, the class moves the file to a given destination directory and output details of the uploaded file.