[Zope] LocalFS from DTML

Oliver Frommel oliver@aec.at
Thu, 8 Jun 2000 20:04:46 +0200 (CEST)


Hi,

how can I use the LocalFS product programmatically, i.e. add new files
using DTML, then get back to the index_html of the calling folder, instead of
using manage_upload?
I do the same thing with images using my own form and this DTML code:
<dtml-call "manage_addImage(REQUEST['id'],file=REQUEST['file'])">
<dtml-call "RESPONSE.redirect('index_html')">

thanks
--Oliver