[Twisted-web] Nevow-Stan How to save file?

Maarten ter Huurne maarten at treewalker.org
Thu Mar 13 09:56:46 EDT 2008


On Thursday 13 March 2008, I wrote:

> You can set the following HTTP header:
>   Content-Disposition: attachment; filename
> Where "filename" is the suggested name for saving the file.

This is not correct; it should be:
  Content-Disposition: attachment; filename=<filename>
Where "<filename>" is the suggested name for saving the file.

Bye,
		Maarten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part.
Url : http://twistedmatrix.com/pipermail/twisted-web/attachments/20080313/29702660/attachment.pgp


More information about the Twisted-web mailing list