Search Help:  
 
Enter keywords to search help.

Can I just have links to my music files for download?

Yes. To do this:

  1. First upload your music file to File Manager.
  2. Let's say this is the name of the file: song.wav
  3. Now add this code to your page (replace "song.wav" with your audio file name):

    <a href="song.wav">Download this song</a>

    Note: If your audio file is in a different folder from your page, be sure to include that path, such as "music/jazz/song.wav."

You'll now see the words "Download this song" on your web page. When people click this link, they will be prompted to either save the music file or open and play it.

Note: Remember that image names and links are case sensitive; "music.mp3" is not the same as "music.MP3." So make sure you type your file name exactly as it appears in your File Manager. If a file isn't referenced correctly, the browser will return a "Page not available" error.

Was this article helpful?

Yes   No
Click to contact Customer Care for further assistance.