[Zope] Help with code

Todd Loomis tloomis@dmso.mil
Mon, 20 Aug 2001 10:40:14 -0400


How come this doesn't work:

<dtml-with "folders.REQUEST['folder']">
<dtml-call expr="manage_addFile(id=REQUEST['FileName'], file=REQUEST['file'])">
</dtml-with>
<dtml-call "RESPONSE.redirect('./index_html')">

The REQUEST['folder'] is coming from the form, however it never takes it.

Todd