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