Let's say I have two links to same file called hello.avi
<a href="/example.com/hello.avi">Play Movie</a>
and
<a href="/site.com/hello.avi">Download Movie</a>
when the user clicks the second link, how can I make the file to be prompted for a download, instead of opening the hello.avi
file