KimberH

Active Member
Dec 29, 2013
40
6
58
cPanel Access Level
Website Owner
Hi, when I download MP3 files from my wordpress upload folder, they will not open on my computer. Any thoughts as to why and how to fix that issue? Error message says it an unsupported file, but I know I can only MP3's.

Thank you
Kim
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
15,235
2,423
363
cPanel Access Level
Root Administrator
Hey there! We'd need some more information to be able to help with this, but this seems unlikely to be related to the cPanel software on the machine.

Can you check the files for consistency on your local machine to see if there are any errors? There are various tools you can use online to scan files to see if they are corrupt. If this is a Windows system, there must be an issue with the file itself for it to not recognize an mp3.
 

rbairwell

Well-Known Member
May 28, 2022
108
47
28
Mansfield, Nottingham, UK
cPanel Access Level
Root Administrator
I would first try comparing the files to see if they are actually identical (you can do this in Windows 10+ by opening a command prompt and entering "CertUtil -hashfile <path to file> MD5" for both files - if the same md5 code is returned the files are identical [technically, the hash could be identical and the files be different, but that's not something you need to worry about in this situation). If they are different, then the file is being corrupted *somewhere* along the line, My suspicion would be compression in the web server: try adding SetEnvIfNoCase Request_URI .(?:mp3|wav|wma|ogg)$ no-gzip dont-vary to your .htaccess file before the ### WordPress begin block.

Are you being prompted to download the file or is the browser trying to play it for you?

Once you've downloaded the file, if you right click on it and select "Properties->Details", does the "(File) Type" show as "MP3 Audio File"?