am trying to download and rename file (about 3-4GB) from external server,but i don't want to copy file on my web server and then send to browser. it takes 2 much timeI try this one\[code\]<a class="downloads" download="SomeName.m4v" href="http://Externalserver/file.m4v">Donwload!</a>\[/code\]but it works only in google chromeis there some way to do something like this?