[Zope] Zclass subclassing Image - how to manage uploads?

Michel Pelletier michel@digicool.com
Wed, 15 Mar 2000 10:57:47 -0800


Marius Kjeldahl wrote:
> 
> Right before the "propertysheets..." line I have tried adding the
> following:
> 
>   <dtml-call "manage_upload(REQUEST['file'])">

I *think* you want REQUEST['file'].read().  manage_upload wants a string
of data, not a file object.

-Michel