You may also want to check this: https://gist.github.com/xfyre/83f82f6e5145ee041217 It's partially based on Taha's solution, but uses different and more up-to-date JS library.
It doesn't support multiple file uploads 'as is', but can be easily extended by replacing 'UploadedFile value' with 'List<UploadedFile> files' and adjusting the code accordingly. On Wed, Jul 2, 2014 at 2:16 AM, Dragan Sahpaski <dragan.sahpa...@gmail.com> wrote: > Also, > The excellent tapestry-jquery file upload > http://tapestry5-jquery.com/components/docsajaxupload > > Cheers, > Dragan Sahpaski > > > On Tue, Jul 1, 2014 at 5:02 PM, Lance Java <lance.j...@googlemail.com> > wrote: > > > See Taha's post here: > > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ > > On 1 Jul 2014 15:45, "squallmat ." <squall...@gmail.com> wrote: > > > > > Hello, > > > > > > From what I've seen on the official Tapestry site, They're only talking > > > about one file about uploading. > > > I have a project with Tapestry 5 and I need to upload multiple files > (an > > > amount not fixed), How can I do multiple files uploading with Tapestry > 5 > > ? > > > > > > Thanks. > > > > > > -- Ilya Obshadko