What error do you get? -- Andy McKay. ----- Original Message ----- From: "Rubinstein Fredrik" <fredrik.rubinstein@ivf.se> To: <zope@zope.org> Sent: Tuesday, February 06, 2001 6:35 AM Subject: [Zope] LocalFS
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.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )