22 Jun
2006
22 Jun
'06
12:06 p.m.
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