Re: Multiple file uploads

2014-07-01 Thread Ilya Obshadko
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 '

Re: Multiple file uploads

2014-07-01 Thread Dragan Sahpaski
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 wrote: > See Taha's post here: > http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ > On 1 Jul 2014 15:45, "squ

Re: Multiple file uploads

2014-07-01 Thread Lance Java
See Taha's post here: http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ On 1 Jul 2014 15:45, "squallmat ." 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

Multiple file uploads

2014-07-01 Thread squallmat .
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.