How to make your web viewer downloading your stuff in your web?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • keypadlock
    New Member
    • Feb 2007
    • 1

    How to make your web viewer downloading your stuff in your web?

    How to make your web viewer downloading your stuff in your web for example music, file or anything. And how to make the things downloadable. Thanks
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Originally posted by keypadlock
    How to make your web viewer downloading your stuff in your web for example music, file or anything. And how to make the things downloadable. Thanks
    I'm not really sure what you mean. If you have a zip file or something on a server and you give a link to that location the open/save dialog box will pop up for you. Below is a sample:
    Code:
    <a href="somefile.zip">Download Somefile.zip</a>
    If you were to click on that in a web page you will be asked to open/save the file automatically.

    HTH,
    Aric

    Comment

    Working...