J2 - Zip File Download

2005-04-18 Thread Shah Amit
Hi all, I need to download a zip file from the server to client browser. I have a servlet which does this -- FileInputStream fis = new FileInputStream(uFile); PrintWriter pw = response.getWriter(); int c = -1; // Loop to read and write bytes

RE: J2 - Zip File Download

2005-04-18 Thread Shah Amit
-archives.apache.org/mod_mbox/portals-pluto-user/200406.mbox/[EMAIL PROTECTED] Hope it helps someone ;) Thanks, Amit Original Message Follows From: "Shah Amit" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" To: jetspeed-user@jakarta.apache.org Subject: J2 - Zip F