I am trying to use the Python csv module to import a csv file into zope and then write the result to a RDBMS. The csv module requires an iterable file but the fileupload instance returned by: file=REQUEST.form("filename") Does not seem to be iterable. Is there a way to make it so? regards garry