可下载的网站链接

时间:2010-07-07 09:38:30

标签: asp.net javascript

如何在网站中创建可下载链接。

2 个答案:

答案 0 :(得分:0)

单独给出链接。

<a href="give the url from where you can download" >Download Link</a>

答案 1 :(得分:0)

只需链接到该文件。

<a href="yourfile.zip" >download</a>

如果它是一个图像并且您想要强制浏览器将其解释为下载,请添加一个带有像"Content-Disposition: attachment; filename="yourimg.jpg"

这样的asp的http-header