hello,
i receive a file via   xmlrpc
this is my function

@service.xmlrpc
def checkflow(file,name):
db.image.insert(file=db.image.file.store(cStringIO.StringIO(file.data),name))
return "ok"

It is working as expected.

Now i want to open the file and process every line

how do i code the opening of the file ?


thank you

Reply via email to