7 Sep
2006
7 Sep
'06
9:11 a.m.
--On 7. September 2006 01:20:53 -0700 Ferhat Ayaz <ferhatayaz@yahoo.com> wrote:
Hi,
I want to read a File object from ZODB. How can I read the content of the uploaded File object?
Use the read() method.
I must to read it line by line with readlines().
Use read() and split() the data if necessary. -aj