java - How to force text file to download instead of opening in browser in jsp -
this question has answer here:
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
Post a Comment