Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author zubaka

    (@zubaka)

    That is default browser action for .mp3 files.

    If you are using apache web server(it used on almost all webservers) then you can easy change it in .htaccess file (that placed in root folder of wordpress). You just need add here next commands, to let browser download file instead play it:

    AddType application/octet-stream .mp3
    
    <Files *.mp3>
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    </Files>

    Perhaps you will need restart your apache server to apply those changes. Depends on server preferences.

    Tell me if here still problem after those changes.

    Good luck!

    Thread Starter mtmcgreg

    (@mtmcgreg)

    How can I access the .htaccess file? I have tried downloading it from FTP clients, but it seems to not go to where I save it.

    Plugin Author zubaka

    (@zubaka)

    Try use wordpress plugin:
    WP Htaccess Editor

    It will allow you edit .htaccess file from admin.

    Plugin Author zubaka

    (@zubaka)

    I hope previous solution helps you and I will mark current topic as resolved.

    Tell me if you have other questions.

    Good luck.

    Thread Starter mtmcgreg

    (@mtmcgreg)

    Is there a certain place in the document that I need to put it? And how do I restart my apache server? thanks so much for your help!

    Thread Starter mtmcgreg

    (@mtmcgreg)

    nevermind, it worked!

    Plugin Author zubaka

    (@zubaka)

    I’m glad that it’s works for you!
    ??

    Thread Starter mtmcgreg

    (@mtmcgreg)

    It seems that it works in safari, but not in chrome. Any ideas why that is?

    Plugin Author zubaka

    (@zubaka)

    I tried in Chrome 28.0.1500.71 under Mac OS. It works for me.
    Perhaps here is system or browser version nuance.
    What is your OS and version of Chrome?

    Btw. Did you try refresh page/cache? Perhaps here is some cached data…

    Plugin Author zubaka

    (@zubaka)

    If you can – show me link to your web site. I can test it – how it will work for me.

    Thread Starter mtmcgreg

    (@mtmcgreg)

    Thread Starter mtmcgreg

    (@mtmcgreg)

    I did refresh the cache. I have a Mac OS X

    Plugin Author zubaka

    (@zubaka)

    Yes, I see problem on your site. Strange – when I tested on my – it works fine.

    I’m investigated problem right now and will update here soon.

    Plugin Author zubaka

    (@zubaka)

    I updated plugin. Try version 2.0.4.
    I added special tags for browser for latest versions. It should helps.

    Tell me result, please.

    Thread Starter mtmcgreg

    (@mtmcgreg)

    It works!! Thank you so much!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Download option’ is closed to new replies.