[Zope] Problem to init a DTML Document by uploading a file

andres@corrada.com andres@corrada.com
Fri, 23 Jun 2000 23:42:54 -0400


Sorry,

Forgot to add that method="post" is also required in the <FORM> tag before a
file contents is sent along in a posted form. So the required syntax is:

<FORM ... enctype="mulipart/form-data" ... method="post"...>

Otherwise, the file-selection field in the form acts like a regular text
field.

------------------------------------------------------
Andres Corrada-Emmanuel   Email: andres@corrada.com
------------------------------------------------------