Hey guys,
I'm trying to make a check to see if a file to be uploaded was added. I have tried the below and a few variations. I imagine I'm having problems because $_FILES is a global variable and is therefore always set. But I still can't figure out what to do instead. Any help would be great.
if (!isset($_FILES['file'])){
$err = $err + 64;
}