[Zope] Streaming files

2005-08-10 Thread Sinang, Danny
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, canyou give me sample code and some reference links ? Thanks. Danny

Re: [Zope] Streaming files

2005-08-10 Thread Andreas Jung
--On 10. August 2005 21:40:43 +0800 Sinang, Danny [EMAIL PROTECTED] 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