hello all
i have a tgz file on the system.Now i want to download it in my jsp page.but i have not any idea how to do it.
currently i am downloading the text file in jsp using following code
response.setContentType("Text/html");
response.setHeader("Content-Disposition","attachment;filename="+strFileName+"");
please help.....