[Zope] Problem to init a DTML Document by uploading a file

Frédéric Quin frederic.quin@free.fr
Thu, 22 Jun 2000 14:18:35 +0200


Hi all,


I did'nt manage to init a DTML Document by uploading a file.
I wrote :
<dtml-call "manage_addDTMLDocument('my_id_html','','/home/index.html')
I tried too :
<dtml-call "manage_addDTMLDocument('my_id_html','',file='/home/index.html')
And also :
<dtml-call "manage_addDTMLDocument('my_id_html','',file_path)


Zope always creates a DTML Document and init his body with the path of the file
: it never uploads the file...
I encounter the same problem with manage_addImage which is a bigest problem...


Frederic