Reputation: 9935
I would like to select multiple file in Richfaces
file upload. I did a small project for Richfaces File Upload
like this. But I cannot select multiple file in file chooser dialog box. How can I do for multiple selection?
Upvotes: 0
Views: 997
Reputation: 908
I guess you are after something like this;
https://github.com/77mithila/jQuery-File-Upload
This allows multiple file upload and since it is opensource in GitHub, you can make a customized version of yours using the base of this.
Hope this helps :-)
Upvotes: 1