[Zope] manage_upload and file objects

Dieter Maurer dieter@handshake.de
Thu, 28 Jun 2001 22:54:37 +0200 (CEST)


From: "Sedat Yilmazer" <sedat@kibele.com>
Sender: zope-admin@zope.org
To: <zope@zope.org>
Subject: [Zope] manage_upload and file objects
Date: Thu, 28 Jun 2001 16:25:23 +0300

 I have a special httpd clinet that sends the file encoded as base64
In the DocLibrary product  they have

  doc.manage_upload(REQUEST.file)

Your HTTP client should set the "Content-Transfer-Encoding" to
"base64". Then, Zope would decode the image data automatically.


Dieter