Search code examples
file-uploadtapestry

Tapestry 5 multiple file upload


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.


Solution

  • Check out the Tawus Tapestry module. It wraps FileUploader. Add it to your classpath and user the AjaxUpload component