Accepts the information of the uploaded file as provided by the PHP global $_FILES.
Returns the original file extension.
Returns the upload error.
Returns an informative upload error message.
Returns whether the file was uploaded successfully.
Returns the file mime type.
Returns the original file name.
Store the uploaded file on a filesystem disk.
Returns the maximum size of an uploaded file as configured in php.ini.
Returns the extension based on the mime type.
Returns the mime type of the file.
Moves the file to a new location.
Returns locale independent base name of the given path.