ing List
Subject: Re: How to make the file to download when clicking on a link
follow the below steps
For HttpServletResponse set the
response.setContentType(".") ;
response.setHeader("Content-Disposition","attachment;filename=\"" + s2
+ "\&q
header.
name
response.setContentLength() //file length;
Get the output stream of HttpServleResponse ,
bufferedoutputstream = new BufferedOutputStream(httpservletresponse
.getOutputStream());
Write the content and close the stream.
On 2/27/07, Satheesh <[EMAIL P
How to make the file to download when clicking on a link using JSP...
Please send me the code...
3 matches
Mail list logo