Use the code below to force browsers to pop open a file save dialog when they access your page. In JSP /Servlet response.setHeader("Content-Disposition", "attachment;filename=myfile.txt"); response.setContentType("application/download");
Blog on things around me - Quality Management, Free & Open Source Software, Gadgets, Utilities...