[Zope] Newbie: uploading file with python script (problem with it)

Evan Simpson evan@4-am.com
Wed, 14 Mar 2001 13:10:35 -0500


From: Hans de Wit <hw@scp.nl>
> Add file:<input type="file" name="afilename:string" size="30"><br>

Is this actually this way in the Zope Book?  The ":string" should not be
there, and the enclosing <form> should have:

 METHOD="POST"
 ENCTYPE="multipart/form-data"

...as attributes.

Cheers,

Evan @ digicool & 4-am