Galera will create a link on my site for the user to download a file. The link works 100%, however after the user clicks download the file and downloaded to the computer's download folder. How do I get the browser to open the window asking me where to save the download?
Example link I created.
<div onclick='document.location="Arquivos/arquivo.rm"'>Baixar</div>
The file has the .rm extension