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