Hi Thanks for the reply but PLEASE read the entire original post :) I don't want to import the zexp files , but to upload them as files in Zope to make them available for download ... Dragos
Dragos Chirila wrote:
Hi
I have a folder in Zope's ROOT called TEST. In this folder I create 2 DTML Methods:
'start_html' with the following content: '<table><tr><td>' ------------ -----------------
and
'stop_html' with the following content: '</td></tr></table>'
--------------------
Now, I export the 2 DTML Methods in 2 zexp files: start_html.zexp and stop_html.zexp
Now, I upload the 2 zexp files in Zope as File objects (in the TEST
folder
Does not upload, but click to import/export instead!
Regards,
JL.
for example). So, in the TEST folder I have 2 files called start_html.zexp and stop_html.zexp. (Why do I do this? Because I want to have a folder with zexp files for download...)