@andyroo54 I’ve added error checking for getting the $_FILES[‘blah’][‘error’]
The problem, in the case of too large a file chosen, is it completely blows away ALL $_POST/$_FILES variables as blank. This is why it’s reporting the “blank name”.
Unfortunately there’s not much I can do to fix that.
I have also added the suggested 3g limit instead of 100 megs. Of course, it won’t change this if your values have been set to other the the 8m (post_max_size) and 2m (upload_max_filesize).