You need to specify an "enctype"...theres a some info on uploading files here on the wiki:
http://wiki.apache.org/struts/StrutsFileUpload Niall ----- Original Message ----- From: "Fl�vio Maldonado" <[EMAIL PROTECTED]> Sent: Thursday, March 17, 2005 2:53 PM > Hi all! > > I'm having a problem to Upload File... > > This is my JSP > > <html:form action="/upload"> > <html:file name="vibraconForm" property="upFile" /> > <html:submit property="action">Ok</html:submit> > </html:form> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

