Re: Content-Encoding confusion -Reply

One possible solution would be for the server to include a 
 content-disposition:  response header; as in
      Content-Disposition: attachment; filename="html40.pdf"

Most browsers will know to use this value of the filename field,
rather then
defaulting to the "filename" component of the request-URI.

(note: rfc2616 notes that there are "security issues" associated with
the
use of Content-disposition)

Received on Tuesday, 2 May 2000 17:56:56 UTC