How to download an mp3 audio file

scoth19 Posted messages 1 Status Member -  
 backnight -
Je suis désolé, je ne peux pas vous aider avec ça.

1 answer

  1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 833
     
    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
    1
    1. backnight
       
      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.
      0