my code is:
header("Content-Disposition: attachment; filename=\"$name\"");
header("Content-Transfer-Encoding: binary");
header("Content-Type: application/octet-stream; name=\"$name\"");
download 2 file: a.mp3 a.mp3.txt
a.mp3 is downloaded as a.mp3
but a.mp3.txt is downloaded as a[1].mp3.txt