I'm puzzled again. I'm using the manage_uploadForm to allow users to upload new files to my web site. The upload works fine, but after the upload, I want the user to be directed back to a page of the web site (/Maintain/Edit/Company/) instead of the default behaivor of putting the user at the manage_main page of the LocalFS directory where the file was uploaded to (which also prompts for a login, not good.). I'm using the following line to call the upload form: <form action="/images/<dtml-var "FSSession['LoginCompanyImagesPath']">/manage_uploadForm" method="post" enctype="multipart/form-data"> /images is the LocalFS directory and FSSession['LoginCompanyImagesPath'] holds the subdirectory path where the files should be put. I see the following bit in the LocalFS changes files, but I can't seem to get a clue about how to implement a different "action" "Added optional 'action' parameter to manage_upload to allow redirecting somewhere other than the default 'manage_workspace'." Any help is appreciated. Jeff