[Zope] uploading Files when using GUF
Dieter Maurer
dieter@handshake.de
Thu, 7 Dec 2000 21:53:41 +0100 (CET)
urs.beyeler writes:
> i try to allow users uploading files through a web-interface on
> zope2.2.1. this works fine unless i try this in a
> GenericUserFolder-controlled folder ...
>
> i always get
>
> Error Type: AttributeError
> Error Value: getUserById
I do not have the GenericUserFolder sources around, therefore I cannot
look:
Apparently, your upload code uses "getUserById"
and "GenericUserFolder" does not define it
(while the normal UserFolder does).
Look at the upload code and check whether you need
the "getUserById".
Dieter