10 Aug
2005
10 Aug
'05
1:40 p.m.
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. Exactly how is this done ? Is it by the use of the Request.Write () method ? If so, can you give me sample code and some reference links ? Thanks. Danny
10 Aug
10 Aug
1:44 p.m.
New subject: [Zope] Streaming files
--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
7543
Age (days ago)
7543
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Jung -
Sinang, Danny