22 Jun
2000
22 Jun
'00
12:18 p.m.
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