<a> download attribute not working anymore

时间:2018-04-10 17:56:21

标签: html html5 cross-domain

I used to use this code to download resources:

<a href='http://example.com' download> Download </a>

Where example.com is another website (cross origin).

But this is not working now , I tried Chrome - Opera - Mozilla and even Internet Explorer , But it's not working.

3 个答案:

答案 0 :(得分:1)

我想出了一个下载图像跨域的解决方法。您可以修改此选项以使用其他媒体类型。希望这可以帮助 Force browser to download image files on click

答案 1 :(得分:0)

请参阅https://caniuse.com/#search=download(&#34;已知问题&#34;标签),其中包含:

  

Firefox仅支持同源下载链接。

     

Chrome 65及更高版本仅支持同源下载链接。

IE根本不支持download-attribute

答案 2 :(得分:0)

所有主要的浏览器均已将其实现为用户的安全防护。 此外,它在HTML spec中进行了说明 (link为Chrome功能)