FileTypeVerification($_FILES["fileToUpload"])){ if($core->FileSizeVerification($_FILES["fileToUpload"])){ $newfilename = $core->FileNameConvertor($_FILES["fileToUpload"]); if($core->UploadFile($_FILES["fileToUpload"], $newfilename)){ ?>
Success ! Your file are available here:
An error occured while trying to upload your file(s).
Your file is too high/low.
Incorrect file format.

Drag your file here or click in this area.