I have familly mkv files and would like to make when user click on "MyFamilly" tag to download myfamilly.mkv file...in chrome it open that file and i want it not to open just download file...here is my try:
<a href="ftp://myserverip/myfamilly.mkv" download>MyFamilly</a>
So how to force chrome to automatically download file not to open it?