Fernando Dominguez wrote:I would like that the browser (firefox) whre able download the zip file from my servlet ( byte array). I tried the following byte[] descarga =rmi.getZip(id, arg1); PrintWriter out = response.getWriter(); response.setContentType("application/zip"); out.print(descarga);