[Zope] Trouble uploading with Netscape Composer
Dieter Maurer
dieter@handshake.de
Sat, 1 Sep 2001 23:28:55 +0200 (CEST)
George Nguyen writes:
> I'm trying to upload images to a ZClass that has
> inherited from ZObjectManager. I created a PUT_factory
> that assigns images to the ExtImage product.
>
> When I try to upload from Netscape Composer, it gives
> me this Zope error:
> Error Type: AttributeError
> Error Value: get
> and this traceback:
> ....
> /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtFile.py,
> line 560, in _get_new_ufn
> (Object: CatalogAware)
> File /data/local/Zope/lib/python/OFS/Traversable.py,
> line 107, in absolute_url
> (Object: CatalogAware)
> AttributeError: (see above)
>
> Can anyone help me figure out what's going on?
Seems as if "ExtFile" had a broken "PUT" method.
Dieter