@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).