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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to