On Tue, Sep 02, 2003 at 02:41:39PM +0100, David Cantrell wrote: > Can someone remind me, what's the header voodoo that tells a browser > that regardless of what it sent in the GET request, it should offer to > save the file as $filename?
Content-Disposition: attachment; filename="$filename" works for me. Chris.