[Zope] Adding an ExtFile from a web page

Dieter Maurer dieter@handshake.de
Thu, 10 May 2001 22:09:18 +0200 (CEST)


Andrei Cenja writes:
 > --=====================_58536290==_.ALT
 > Content-Type: text/plain; charset="us-ascii"; format=flowed
Please do not post MIME messages!
 > ....
 > context.manage_addProduct['OFSP'].manage_addFile(id=<>, title=<>, file=<> )
 > 
 > and now I would like to do something equivalent with manage_addExtFile; 
 > however, I constantly receive a key error
 > 
 > Error Type: KeyError
 > Error Value: standard_html_header
Apparently, the acquisition chain is broken.
This could happen, if "manage_addExtFile" would be a DTML object.
You should check the "signature" of "manage_addExtFile", i.e.
what parameters it wants.

Furthermore, we might help you better, if you include the
traceback in your problem report.


Dieter