Re: Réf. : RE: HttpServletResponse.setHeader("Content-Disposition","attachme nt; filename=Report.pdf ")

2002-11-29 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: If you set content-disposition, attachment. Web Browser will open save as dialog. You must put HttpServletResponse.setHeader("Content-Disposition","inline; filename=Report.pdf ") This works for me. This sends the PDF file in the same page in the navigator. However I would

Réf. : RE: HttpServletResponse.setHeader("Content-Disposition","attachme nt; filename=Report.pdf ")

2002-11-29 Thread j-kong
Miguel wrote: > If you set content-disposition, attachment. Web Browser will open save as > dialog. You must put > HttpServletResponse.setHeader("Content-Disposition","inline; > filename=Report.pdf ") > This works for me. This sends the PDF file in the same page in the navigator. However I wo

RE: HttpServletResponse.setHeader("Content-Disposition","attachme nt; filename=Report.pdf ")

2002-11-26 Thread Miguel Angel Busto
Hi Christian. If you set content-disposition, attachment. Web Browser will open save as dialog. You must put HttpServletResponse.setHeader("Content-Disposition","inline; filename=Report.pdf ") This works for me. regards -Original Message- From: Christian Geisert [mailto:[EMAIL PROTECTE