How to make a download link on a web page?

Web programming topics
Post Reply
Arunassmv
Sergeant
Sergeant
Posts: 19
Joined: Wed Oct 27, 2010 10:00 pm
Location: Kurunegala , srilanka

How to make a download link on a web page?

Post by Arunassmv » Fri Oct 29, 2010 5:10 pm

I made a web site with download links. After exporting this to another place download links doesn't work .
Plese teach me How to make a download link on a web page and export it without data losing?
Help me ?
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: How to make a download link on a web page?

Post by Nipuna » Fri Oct 29, 2010 7:19 pm

Try this.

HTML Code For Download Link
The destination URL points to the file you want downloaded. In this case it is a Zip file called aff-masters.zip.

Source

<a href="http://www.goldcoastwebdesigns.com/dl/aff-masters.zip"
target="_blank">Download Link</a>

Output

Download Link

I don't know much about HTML. So I Googled and Found this
Here is the Web Site that i used to Help you. http://www.goldcoastwebdesigns.com/crea ... link.shtml

And Expertcore is the Best Site for your Technology Needs. Use Expertcore always. :)

Thanks
Pansophic
Sergeant
Sergeant
Posts: 25
Joined: Sun Feb 13, 2011 4:05 pm

Re: How to make a download link on a web page?

Post by Pansophic » Tue Mar 01, 2011 3:31 pm

I just do this to make a download link

Code: Select all

<a href="http://sitename.com/file.zip">Click to Download</a>
Post Reply

Return to “Web programming”