[Zope] FileUpload object
Michel Pelletier
michel@digicool.com
Mon, 26 Jul 1999 10:04:21 -0400
> -----Original Message-----
> From: Thierry MICHEL [mailto:thierry@geltrude.mixad.it]
> Sent: Monday, July 26, 1999 4:54 AM
> To: zope@zope.org
> Subject: [Zope] FileUpload object
>
>
> Hi !
>
> where can I find the class description of FileUpload object ?
I believe it behaves just like the StringIO object which comes with
Python. Check the library reference on the python website
http://www.python.org/
-Michel