Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2010
    Posts
    38
    Plugin Contributions
    0

    Default Save Downloadables to Desktop

    Hello Friends,

    I sell a lot of mp3 downloads through my website (www.abigailmiller.com). When customers click the "Download Now" button after they have provided their payment information, they are not being giving the option to download the song to their computer, but rather, their browser opens the file and plays it automatically. I want them to click the button and allow them to save the files to their computers versus having it play automatically in their browsers. Is this something I can fix in HTML?

    Note: if they right click on the "Download Now" button, they can save the file to their computer, but that's not the ideal way to get their downloads. They should be able to click the button and save the files.

    Any help is appreciated. Thank you.

    Paul

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Save Downloadables to Desktop

    The reason that the mp3 plays is because you have the mp3 file extension associated with an application on your machine, and operating systems helpfully pick that up and use it. Visitors who don't have an app associated with the mp3 extension will find that the file is downloaded.

    This is significant because it points to a solution ... though alas one of those that requires a fairly high level of technical knowledge. Basically you have to fool the visitors browser into thinking that the file is something other than an mp3.

    This can be done by sending an HTML header ahead of the request that says that the file is, say, a plain text file. However, this would have the drawback that you'd have to serve the files off the same server as your site, i.e. you couldn't use a cloudfront to spread the the traffic and take the load off your webserver.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Save Downloadables to Desktop

    Put the mp3 file/s into zip format...problem solved

 

 

Similar Threads

  1. v139h Downloadables again
    By harmi in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 17 Oct 2014, 08:44 PM
  2. Downloadables
    By fingertips in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 18 May 2009, 05:15 AM
  3. Downloadables Issues
    By prodesk in forum General Questions
    Replies: 3
    Last Post: 15 Apr 2009, 07:47 AM
  4. downloadables issues
    By prodesk in forum General Questions
    Replies: 1
    Last Post: 14 Apr 2009, 07:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg