Zaw Than oo
Zaw Than oo

Reputation: 9935

How to make multiple file selection in richfacs fileupload?

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

Answers (1)

mithilatw
mithilatw

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

Related Questions