Download servlet

"Vishal" <[email protected]> Tue, 11 Jun 2002 15:00:43 -0400 (EDT)
Newsgroups gmane.comp.web.jigsaw
Message-ID <001901c2117b$6a083e90$c500a8c0@SM0080KV>



Hello,

I use

res.setContentType("application/x-www-form-urlencoded");
res.setContentLength(lfile);
res.addHeader("Content-disposition","attachement; filename="+fic1);

for my download servlet and every thing works fine for download. But when I
try to download file using browser, browser's progress bar displays wrong
file size for the file being downloaded. I can download file using my
download servlet, files are good after download but just progress bar is
misleading users who are downloading my files.

Any help about this matter.
My email is [email protected]
Thanks in advance.
-Vishal