[Php-it] $_FILES

Luca Pescatore info at pescatoreluca.com
Thu Aug 31 17:20:38 CEST 2006


_FILES["file"]	

Array
(
     [name] => example.jpg
     [type] => image/jpeg
     [tmp_name] => /tmp/phpPoRODB
     [error] => 0
     [size] => 43891
)

Dove trovo la descrizione per il campo "error" di questo array ?

Mi sono ritrovato un error di tipo 6, ma non sono riuscito a trovare 
informazioni a riguardo.

Luca


More information about the Php-it mailing list