ניסתי את מה שאמרת ולא טוב ..
PHP קוד:
header('Content-type: application/octetstream');
header('Content-Length: ' . filesize("./storage/".$validdownload[0]));
header('Content-Disposition: attachment; filename="'.$validdownload[1].'"');
readfile("./storage/".$validdownload[0]);
זה מה שמושך את הסיומת ואת השם