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.
答案 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)