How to create a downloadable link in a website.
A:
just give the link alone.
<a href="give the url from where you can download" >Download Link</a>
anishmarokey
2010-07-07 09:42:43
A:
just link to the file.
<a href="yourfile.zip" >download</a>
if it#s a image and you wnat to force the browser to interprete it as download add a http-header with asp like "Content-Disposition: attachment; filename="yourimg.jpg"
helle
2010-07-07 09:42:44