Re: Modifying the name of the file in the download box
Posted By:
John_Pederzolli
Posted On:
Monday, November 11, 2002 08:00 AM
Try these two lines:
response.setContentType("application/pdf");
response.setHeader("Content-Disposition", "attachment; filename="xpto.pdf"");