28 Jun
2001
28 Jun
'01
8:54 p.m.
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