10 Aug
2005
10 Aug
'05
1:44 p.m.
--On 10. August 2005 21:40:43 +0800 "Sinang, Danny" <D.Sinang@spitech.com> wrote:
Dear List,
Am a newbie so please bear with me.
I need Zope to stream files to my users when they click on a link.
What means "streaming" for you? REQUEST.RESPONSE.write(data) write the passed data as part of the HTTP response back to the client. You might also look at the filestream_iterator implementation in Zope 2.7.X -aj