Skip to Content
Menu
This question has been flagged
3242 Views

I have a generated string and would like to send that as a file to the web client.

I have done that using http.Controller and

return request.make_response( document, headers=[ ('Content-Disposition', 
'attachment; filename="freebusy.ics"'),
('Content-ype', 'text/calendar'),
('Content-Length', len(document)), ])

I would like to do the same within models.Model method.

Is it possible?

 

Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
12345
1
May 25
581
0
Jan 24
1325
2
May 23
8164
1
Feb 22
23212