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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -