[Zope] getting the data from a large File object in a python script

Jens Vagelpohl jens@zope.com
Fri, 9 May 2003 08:16:41 -0400


str(file.data)

jens


On Friday, May 9, 2003, at 07:51 US/Eastern, Oliver Bleutgen wrote:

> Question see subject.
> The problem is that file.data is not a string if the file is large 
> enough (it's a linked list), and fileobj.data.next is not callable 
> through a python script, so my ideas have run out.
>
> I want to insert an uploaded csv file into a database and don't want 
> to use an external method for that ....
>
>
> TIA,
> oliver