ho fatto stampare:
$test1 = $_FILES['userfile'];
$test2 = $_POST['userfile'];
echo "test1: $test1
";
echo "test2: $test2";

e mi dice:

Notice: Undefined index: userfile in /var/www/ehbox/admin/pictures/upload.php on line 41
test1: Array
test2:

Cosa ne pensi? grazie ancora.