java - How to force text file to download instead of opening in browser in jsp -


how force text (.txt) file download instead of opening browser window.

this simple html link out.print("<a href =http://localhost//output/output.txt">");

your server needs add header response:

content-disposition: attachment


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -