Problem while sending a jar to a Browser through servlet
Hi All,
In my project I need to show a link to a file which is present in one of the folders of my server,when the user clicks it should pop up a window saying that save or cancel.In my code i am using servletoutputstream to read the file through the servlet but the problem is when the user clicks it ,the extension and filename or getting lost.means i am getting the filename equal to my servlet name.This is not acceptable in my project as the user doesn't know after downloading what file it is.Please provide me a solution.Thanks in advance.
Regards,
Naveen

