The html file object only supports 1 file at a time, it's also locked down by browser security so you can't set the value via javascript. To upload multiple files you can either use multiple file objects with some user friendly javascript or use an applet or a flash component.
I've seen some open source multi-upload applets floating about... have never used one though. Facebook for example uses an applet to upload multiple photos 2008/8/28 Massimo Lusetti <[EMAIL PROTECTED]> > On Thu, Aug 28, 2008 at 5:08 PM, ProAdmin Dariusz Dwornikowski > <[EMAIL PROTECTED]> wrote: > > > I think some major ajax has to be used. > > Look into Component Reference on Tapestry5 documentation site > > > -- > Massimo > http://meridio.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >