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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -