I\'ve created a form with 3
I see that I get an array with array(name=>\"\").
array(name=>\"\")
So I check if (
if (
The best way, assuming you're using a recent PHP (4.2+), is to check that:
$_FILE['myfilename']['error'] === UPLOAD_ERR_OK
If this is true the upload worked, you can see the list of other possible values here