下载图片
<a href="C:/Users/user/Desktop/Strectching.jpg" target="_blank" download="Stretching.jpg">Download image</a>
当我尝试在找到html代码的文件夹中下载文件时,它运行正常。但是当我指定一个特定的URL时,它就不起作用了。
答案 0 :(得分:1)
尝试使用文件URI方案。
类似于file://c/users/user/Desktop/Strectching.jpg
我现在不确定在Windows上使用synthax,但它应该像我在下面写的那样
答案 1 :(得分:0)
<a href="file:///C:/Users/user/Desktop/Strectching.jpg" target="_blank" download="Stretching.jpg">Download image</a>
它会在新标签中打开文件,您可以在那里下载。如果文件的扩展名不熟悉浏览器,它将提示您是下载还是使用应用程序打开它