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

Oliver Bleutgen myzope@gmx.net
Fri, 09 May 2003 13:51:50 +0200


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