I am trying to download and rename a file (about 3-4GB) from external server, but I don't want to copy file on my web server and then send to browser, because it takes too much time.
I tried this
<a class="downloads" download="SomeName.m4v" href="http://Externalserver/file.m4v">Download!</a>
but it works only in Google Chrome.
Is there some way to do something like this?