[_] Content Disposition Header
Alan Parry
alan at parry.me.uk
Thu Oct 4 15:16:02 BST 2007
FWIW - I do this in my Servlets.
response.setHeader("Content-Disposition", "attachment; filename=\"File
Name.txt\"");
I needed the " around the File Name so that filenames with spaces in were
preserved.
Alan
On 04/10/2007, nik lazell <niklazell at gmail.com> wrote:
>
> > Are you using fpdf?
> >
>
> Nope, just trying to force the download box for a PDF.
>
> --
> underscore_ list info/archive -> http://www.under-score.org.uk
>
--
Alan Parry
alan at parry.me.uk