Does anybody know how to add an DTML Document with uploading the contents from a local File on the filesystem. I need to do this in DTML Code (or Python?) and not in the managementscreen. The Code: <dtml-call "manage_addDTMLDocument('id','title','datei.html')"> only adds a Document with the contents 'datei.html'. Is there any other option to do something like this? Steffen
On Wed, 7 Mar 2001, Steffen Bergmann wrote:
Does anybody know how to add an DTML Document with uploading the contents from a local File on the filesystem
There is utility load_site.py - in Zope distribution and on www.zope.org (advanced version with wxWindows GUI). Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
Steffen Bergmann