Hi, I have script that upload a file. This script works great If I run it in my webhosting company, but It doesnt work when I run it in my home PC. Ive tried with this: $tamano_archivo = $HTTP_POST_FILES['archivo']['size']; echo "Size :".$tamano_archivo; PHP: and the print is: Size: PHP: File uploads directive is set to ON in php.ini Any idea ?