Hi
I need to upload multiple files. Is there any component available which enables multi uploads with JSF or any other way?
I would like to select multiple file with CTRL and then upload all.
regards
Gautam
apple lee
Greenhorn
Joined: Sep 24, 2009
Posts: 1
posted
0
EX:in class,you can define like this: public UploadFile[] uploadFiles=new UploadFile[3] ;
in jsp:uploadFiles[index](index is 1,2 or 3)
Sudheer Vodela
Greenhorn
Joined: Sep 25, 2009
Posts: 2
posted
0
Hi ,
We are wondering about to select multiple file with CTRL and then upload all. Please help us.