I\'ve created a form with 3
I see that I get an array with array(name=>\"\").
array(name=>\"\")
So I check if (
if (
You can try this:
if($_FILES['myfilename']['size'] > 0 ) { } else{ echo 'File is not uploaded . . .'; }