I am writing a web application in java. When a user clicks on a link on my web page, I want that the file should be opened in default program of user. I dont want that file to be opened in browser.
till now, when i click link, the file downloads. here is my code :
<a href="file.txt" download>Click here to download</a>