[Zope] Unable create photo object using dtml and python
Dieter Maurer
dieter@handshake.de
Fri, 14 Mar 2003 23:07:41 +0100
LIM TIENAIK wrote at 2003-3-14 01:16 +0000:
> i just took up zope and still experimenting with it.
> What is a file upload object..? Can you show me an example?
It's about 2 meter tall and 1 meter large :-)
You find its definition in "ZPublisher.HTTPRequest.FileUpload".
You get an instance, when you sent a file to Zope
(via a form, e.g.).
You will find more information in the Zope Book...
Dieter