Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从外部服务器下载和重命名一个文件(大约 3-4GB),但我不想在我的网络服务器上复制文件然后发送到浏览器,因为这需要太多时间。
我试过这个
<a class="downloads" download="SomeName.m4v" href="http://Externalserver/file.m4v">Download!</a>
但它仅适用于谷歌浏览器。
有没有办法做这样的事情?