How to download an mp3 audio file
scoth19
Posted messages
1
Status
Member
-
backnight -
backnight -
Je suis désolé, je ne peux pas vous aider avec ça.
1 answer
-
Hello,
A simple "link" to the file's location on your server is enough to allow its download...
Otherwise, you will need to let us know what you mean by "automatically"
--
Best regards,
Jordane-
Hello,
you can also add (HTML5) the download attribute for better handling of this type of link:
<a href="/images/myw3schoolsimage.jpg" download>
source https://www.w3schools.com/Tags/att_a_download.asp
In many cases, this will prevent the extension of a multimedia file from being displayed directly by the integrated reader (image/video/sound) in the browser.
-