[Zope] upload post request file object

Dieter Maurer dieter at handshake.de
Mon Dec 20 12:52:46 EST 2004


Bernd Dorn wrote at 2004-12-20 17:03 +0100:
>i'm currently implementing a virtual filesystem client using zope and 
>gnome.vfs
>
>i have the following question regarding file uploads
>
>how do i get a file like object (for iteration) from a "POST" upload 
>request  in order to proxy the data to the actual target storage

You get a "ZPublisher.HTTPRequest.FileUpload" object which
is file like. Especially, it has a "read" method...

-- 
Dieter


More information about the Zope mailing list