download tgz file using jsp
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.....
Related Article: JSP download file
is a JSP discussion thread by narayanabhilash that has 3 replies and was last updated 2 years ago.
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0
Please refer the MIME types list.
__avd
Posting Genius (adatapost)
8,736 posts since Oct 2008
Reputation Points: 2,141
Solved Threads: 1,262
Skill Endorsements: 50
Please refer the MIME types list.
i have done that and there is also prompt fro the download or open the tgz file.but when i open the file it tells "Unknown Format oR FILE IS DAMAGED".
manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0