What sql type (for your database) would you assign FormFile? Also, does the enctype="multi-part/formdata" allow you to populate a form with existing database types such as int, varchar too?
--- V Dayanand <[EMAIL PROTECTED]> wrote: > > > > There is : > need to use <html:file> > Ex : > - in your JSP > <html:file property="myFile"/> > > - in your FormBean, you need to have > FormFile getMyFile() > void setMyFile (FormFile f) > > - remember, <html:form > enctype="multi-part/formdata"...../> > > ask me if get any problems further. > > > > > > On Wed, 07 Nov 2001 Amitkumar J Malhotra wrote : > > > > > > are there any tag libraries availabe for file > upload, > > please tell me > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:struts-user-unsubscrib- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

