Св
Светлана

failed to open stream: No such file or directory in /home/u550788260/public_html/files/upload.php on line 18

Warning: copy(files/jaily.png) [function.copy]: failed to open stream: No such file or directory in /home/u550788260/public_html/files/upload.php on line 18
Ошибка при загрузке
или если изменить copy, на is_uploaded_file, то

Warning: is_uploaded_file() expects exactly 1 parameter, 2 given in /home/u550788260/public_html/files/upload.php on line 18

Права папке предоставлены 777

Каталог находится site.ру/files

Именно туда, в files нужно прогрузить файлы

Ошибка при загрузке

Что с этим делать?


if (isset($_POST['upload'])) {

$file = trim(htmlspecialchars($_FILES['filename']['name']));

$black_list = array('php', 'html', 'css', 'js', 'htm', 'phtml');

$file_max_size = 10000;

$file_size = $_FILES['filename']['size'];

$file_mime_type = $_FILES['filename']['type'];

if($file_mime_type != 'image/png')

{

exit('Неверный файл');

}

if($file_size > $file_max_size)

{

exit('Размер файла превышает допустимый');

}

if(is_uploaded_file($_FILES["filename"]["tmp_name"],"files/".$_FILES["filename"]["name"]))

{

echo exit('Файл загружён');

}

else

{

echo exit('Ошибка при загрузке');

}

}

?>









Правка пути на /files не помогла

АК
Антон Кривцов

"Каталог находится site.ру/files"
А куда скрипт пытается ломиться не видно? Правь пути.

Похожие вопросы
Parse error: syntax error, unexpected T_ELSE in /home/u47601/сайт/check_login.php on line 81. 1.
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory Помогите!
syntax error, unexpected T_ELSE in Z:\home\1.ru\www\check.php on line 25
Как переводится с английского (См. внутри)? Nah man, I won't bother your shrink ) I've ( among others) been trying to answer Stas's questions for a while pro bono so to speak ). The thing is .. my numerous attempts to encourage him to provide his own, however poor, answers first were all in vain. Stas showed no interest in doing that. I still got no clue why he asks his questions in the first place, but, hey, stranger things happened in here ) I'm just a bit pissed off about some peoples' unstoppable desire to get something for nothing. One or twice .. is OK, but in general I think we shouldn't be encouraging this kind of behavior on this board. But it's just me. YMMV.
Parse error: syntax error, unexpected T_CLASS in Z:\home\test точка ru\www\mvc\controller.php on line 3
Parse error: syntax error, unexpected ';' in /home/u550788260/public_html/files/upload.php on line 15 ПОМОГИТЕ