I am using a Download Class which i found here http://www.phpclasses.org/package/3220-PHP-Serve-files-for-download-with-resume-support.html to let ppl download mp3 files.
It works great in all browsers except Firefox (in all versions).
When i download an mp3 file using this class in firefox, it downloads files without .mp3 extension. what may cause this and how can i fix it ?
Without any code, my guess is that you’re not sending the filename as an HTTP header:
You should also be sending the correct MIME type:
EDIT: Nevermind, thought I could not download the file at the OP’s link and can now see that I was wrong. The script is clearly using these methods, just not sure if it’s doing it properly.