[Zope] File upload - get only the path - not content

Dieter Maurer dieter@handshake.de
Tue, 16 Jan 2001 20:39:39 +0100 (CET)


Gustav Franzsen writes:
 > This is a multi-part message in MIME format.
 > 
 > ------=_NextPart_000_003D_01C07FA3.EAFBA110
 > Content-Type: text/plain;
 > 	charset="iso-8859-1"
 > Content-Transfer-Encoding: quoted-printable
Please do not send MIME messages into this list!

 > ... file upload only returns filename ...
Are you sure, your form method is "POST" and
your "enctype" is "multipart/form-data"?

     <form action="..." method="POST" enctype="multipart/form-data">
     ....
     </form>


Dieter