header ("Content-Type: application/octet-stream");
header ("Accept-Ranges: bytes");
header ("Content-Length: ".filesize($fileToDownLoad));
header ("Content-Disposition: attachment; filename=".$name);
readfile($fileToDownLoad);
ТО пофиг какое расширение загружать?
В смысле нужно ограничивать загрузку файлов по расширению?