Here it is: <html:form action="/SaveFactSheet"> <table cellspacing="2" cellpadding="2" class="brdr-primary" align="center"> <TR> <TD> <table border="1" cellspacing="2" cellpadding="2" class="brdr-primary" align="center"> <tr> <td align="right">File:</td> <td align="left"><html:file property="thefile"></html:file></td> </tr> </table> <BR> </TD> </TR> <TR> <TD align="center"> <input type="reset" name="Reset" value="Reset"> <input type="submit" name="Submit" value="Submit"> </TD> </TR> </table> </html:form>
On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Daniel Kies wrote: > > >Hello. I am using DynaValidatorActionForm and I want to use File upload > to > >upload a local file to my struts action class. Is this possible? > > > > > Sure; I use FormFiles with DynaValidatorActionForms often. > > >and jsp code: > > <td align="left"><html:file > >property="thefile"></html:file></td> > > > > > What does the html:form tag look like? > > Dave > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >