• thorjarle

    (@thorjarle)


    I have an zip file that I want to upload to my page and then make link for others to download it. I want the file to start download when people click the link. How do I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Rok

    (@rok)

    <a href="file download path">zip file name</a>

    Thread Starter thorjarle

    (@thorjarle)

    But when I leftclick the file it doesnt start to download it, it tries to open it or something?

    Rok

    (@rok)

    Just insert the absolute path i.e. for e.g. http://abc.com/a.zip. You would do this, <a href="http://abc.com/a.zip">zip file name</a>. Now the code will be hyperlinked to “zip file name”.

    or alternatively you can use <download></download> codes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make a download link’ is closed to new replies.