"Indra Gunawan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I am using a multipart form that contains form data and one input type file > to upload data .... I also write a servlet to capture those values , but > strange ... not all form data captured and the stream from input type file > is available ...
You don't need to write a servlet for that. Struts includes file upload functionality "out of the box". All you need to do is define the appropriate fields in your ActionForm. -- Martin Cooper > > Can I use that combination ? Or should I separate the form data part and > input type file part in another form ... for example popup ... > > But if there is a way , I prefer to combine them :) > > Thanks > > Indra --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

