5 Oct
2002
5 Oct
'02
9:15 a.m.
Am Don, 2002-09-05 um 00.31 schrieb Alexandre Gillet:
Hi,
I am a newbie in developping with zope. I am trying to set a webpage where I can upload a image by calling the EasyImage product. How can I call addEasyImage from a dtml document? I need to do something like: <dtml-var addEasyImage> but for that I need to be in the right Well, I'd personally stick with Python Scripts for this, but the method you look for is called something like manage_addProduct['EasyImage'].manage_addEasyImage For the parameters look at the forms used by the management interface.
Andreas -- Andreas Kostyrka <andreas@kostyrka.priv.at>