How to set filename for download???
9 Jul
2001
9 Jul
'01
7:05 a.m.
Hi there, when downloading a file Zope automatically assigns the id of the object to download as the filename to save. How can I override that? Thanks for your tips Robert
9 Jul
9 Jul
7:24 a.m.
New subject: [Zope] How to set filename for download???
On Mon, 9 Jul 2001, Robert Rottermann wrote:
when downloading a file Zope automatically assigns the id of the object to download as the filename to save. How can I override that?
<dtml-call "RESPONSE.setHeader('Content-Disposition', attachment; filename=myfile.html)"> All on a single line. hoping this helps. bye, Jerome Alet
9037
Age (days ago)
9037
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jerome Alet -
Robert Rottermann