> Servlet Streaming file to client: Can't override > file name > 123049 by: Mark Leone >
Its an HTTP header you are looking for, try this:
response.setHeader("Content-Disposition", "attachment;
filename=" + theFile.getName());
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
