强制下载文件-外部网址

时间:2019-07-25 15:42:10

标签: javascript html angular typescript

<a href="https://file-server/doc.txt" download> </a>

如何强制下载文件而不是在浏览器中打开文件?

我使用了download属性,但不适用于外部URL

我找到了服务器端解决方案,但是我无权访问文件服务器

请问有什么解决方案吗?

1 个答案:

答案 0 :(得分:0)

将要放置的文件放入ZIP文件。下载后,就像:

<a download href = "[ZIP file with what you wanna put to download on]"></a>