Is there someone out there how has an working example of the call to "manage_upload" on an NT box. I get the localfs object to show the files on the server without problems. If I edit the localsf object, there is an upload function that also works like a dream but when I put an form in my DTML method and call the manage_upload function I get an Zope error. The code is as follows <FORM ACTION="manage_upload" METHOD="POST" ENCTYPE="multipart/form-data"> <TABLE CELLSPACING="2"> <TR> <TH ALIGN="LEFT" VALIGN="TOP">File</TH> <TD ALIGN="LEFT" VALIGN="TOP"> <INPUT TYPE="file" NAME="file" SIZE="25" VALUE=""> </TD> </TR> <TR> <TD></TD> <TD><BR><INPUT TYPE="SUBMIT" VALUE="Upload"></TD> </TR> </TABLE> </FORM> With kind regards Fred R.