[Php-it] $_FILES

Luca Pescatore info at pescatoreluca.com
Thu Aug 31 17:22:24 CEST 2006


Sorry,
  trovato.

UPLOAD_ERR_NO_TMP_DIR

     Value: 6; Missing a temporary folder. Introduced in PHP 4.3.10 and 
PHP 5.0.3.

Riferimento :
http://www.php.net/manual/en/features.file-upload.errors.php

Luca

Luca Pescatore wrote:
> _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
> _______________________________________________
> Php-it mailing list
> Php-it at lists.ziobudda.net
> http://lists.ziobudda.net/mailman/listinfo/php-it
> 
> 



More information about the Php-it mailing list