Need help with download link

3 replies
I have a software program that I want people to be able to download when they click on the "download" link, but I don't know how to do it. I have the software loaded in my cpanel.

Any help would be appreciated!

Thanks
#download #link
  • Profile picture of the author yasar
    You want to provide a software to zip file, if you want to do this, just zip your pack and upload it to server then create link and set a link path like this example :
    http://www.testdemo.com/softwarepackname.zip
    HTML View
    <a href="http://www.testdemo.com/softwarepack.zip">Download here</a>
    {{ DiscussionBoard.errors[10239296].message }}
    • Profile picture of the author webrookie
      Thank you for the info!
      {{ DiscussionBoard.errors[10241677].message }}
  • Profile picture of the author Sowkat Hossain
    If you want peopleto be able to download more than one file at a time, then you should compress the files into one zip file. If you have a single file, you should still zip it. Then you have to upload it in your c-panel. you must create download link with appropriate path in your template
    The download link code looks like this:
    <a href="YYYYY" target="_blank">XXXXX</a>
    ** "YYYYYY" is the file path
    ** "XXXXX" is the name of the link as it will appear to your people
    Thanks
    {{ DiscussionBoard.errors[10240788].message }}

Trending Topics