- Автор темы
- #1
проблема с кирицой в названии файлов, если в названии нету русских букв, всё нормально скачиваеться, а если есть то пишут что файл не найден, но файл есть
Warning: readfile(Клуб RAЙ - Кошмар на улице вязов (Mixed by dj Neele).php) [function.readfilefunction.readfile]: failed to open stream: No such file or directory in /var/www/newmuzo/data/www/scooter-vl.ru/muzon/club/3.php on line 6
подскажите пожалуйста как исправить
Warning: readfile(Клуб RAЙ - Кошмар на улице вязов (Mixed by dj Neele).php) [function.readfilefunction.readfile]: failed to open stream: No such file or directory in /var/www/newmuzo/data/www/scooter-vl.ru/muzon/club/3.php on line 6
PHP:
<?php
$filename="Клуб RAЙ - Кошмар на улице вязов (Mixed by dj Neele).php";
header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=\"$filename\"");
readfile("$filename");
?>
подскажите пожалуйста как исправить