I have integrated jQuery-File-Upload in my project recently. This library is more flexible and up-to date. My integration scenario uses MultipartDecoder service override described in the blog post you are referring to.
I have created a public gist, feel free to use and extend it: https://gist.github.com/xfyre/83f82f6e5145ee041217 Currently it doesn't support multiple files upload, but it's very easy to add this functionality. On Sun, Jun 15, 2014 at 4:19 AM, Sanket Sharma <sanketsha...@gmail.com> wrote: > Hi, > > I'm looking for a mechanism to allow users to upload multiple files in the > application. I know it is possible via AJAX but not sure if there is any > component that currently supports it. > > The only documentation I came across was this - which was written about > three years back > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ > > Not sure if it is still compatible and if it will work - will give it shot > tomorrow. > > > Thank you for your help. > > > Sanket > -- Ilya Obshadko