Hi All,
I have tried this code from Head First book ( Chapter 4 ) to implement the jar download functionality in
servlets. The code is working fine, but while downloading the file,it is not getting downloaded as jar file( with .jar extension). Instead it is getting downloaded as a file with unknown filetype. What's wrong with this code? What should I do to implement my code in such a way that, when i download, it should be downloaded as a .jar file? Any Ideas?
[ November 18, 2008: Message edited by: Thirugnanam Saravanan ]