Загружаю, значит, файл на сервер. А получаю ошибку номер 6. В документации такой ошибки вообще не нашёл. Там ошибки от 0 до 4. Подскажите, в чём проблема? _FILES ( [fotom] => Array ( [name] => Топор синий м.JPG [type] => [tmp_name] => [error] => 6 [size] => 0 ) РНР 5.2.6
adam at gotlinux dot us 27-May-2005 05:28 This is probably useful to someone. <? array( 0=>"There is no error, the file uploaded with success", 1=>"The uploaded file exceeds the upload_max_filesize directive in php.ini", 2=>"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" 3=>"The uploaded file was only partially uploaded", 4=>"No file was uploaded", 6=>"Missing a temporary folder" ); ?>