I am making a web app for my personal use.
I would like to set the download attribute on some links but as the file to be downloaded is on an external url, I can't get it to work.
Can you please offer me a solution, script, extension or whatever, as it is only for local and personal use.
<a href="http://external-site.com/movie.mp4" download="newname.mp4">video title</a>
thank you
from W3C specifications