<% int i=0; while(i<=2) { String dwFilename ="C:\\downloadJSP\\raj.zip"; // set the http content type to "APPLICATION/OCTET-STREAM response.setContentType("APPLICATION/OCTET-STREAM");
// initialize the http content-disposition header to // indicate a file attachment with the default filename BufferedInputStream buf=null; ServletOutputStream myOut=null; try { myOut = response.getOutputStream( ); File myfile = new File(dwFilename);