If I had a link to a file such as http://www.example.com/test.abc
How do I ensure that when the link is clicked the file is downloaded, instead of the file contents just getting rendered in the browser.
In tests, Chrome and Firefox seem to download the file, but IE renders the content.