[Zope] Streaming files

Andreas Jung lists at andreas-jung.com
Wed Aug 10 09:44:16 EDT 2005



--On 10. August 2005 21:40:43 +0800 "Sinang, Danny" <D.Sinang at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20050810/8b9acb3d/attachment.bin


More information about the Zope mailing list