Krishna Shukla schrieb:
How we can read the "plone file" File from zodb in one file object.
Regards
Krishna

should work similar - but check the API docs. The meta-type
is probably a bit different so you need to extend it in the
Zopefind() call. Also for ultra performance, Zope file objects
usually dont wear an opaque string with data but linked PData
elements which could be read block by block instead of the
simple str() in my implemention.

Regards
Tino Wildenhain
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to