I'm using Infragistics 2013.2
I need to use webupload module.
It has multi file upload function, but only I can select 1 file at a time.
It means, If I have to upload 10 files then I need to select 10 times each.
But it is very uncomfortable.
Is is possible to select multi files like windows file explorer?
Hello Taehun,
Thank you for posting in our forum!
The option you have requested was first introduced in 2013.1 and it is also available in 2013.2. You could find more information at the following link: http://help.infragistics.com/Help/Doc/ASPNET/2013.1/CLR4.0/html/Web_Whats_New_in_2013_Volume_1.html#_Ref351481466
I have added steps for your reference in order to enable multiple files selection:
Right click on your WebUpload control in the designer view.
Chose properties
In the Properties panel set Mode to Multiple and MultipleFiles to True.
Please note that since this functionality is dependent on the HTML5 ‘file’ attribute used for input elements it available only on browsers which support this attribute.
If you have any further questions or if you need further assistance please let me know.
If you need any further assistance or if you have any additional questions or concerns feel free to update this thread.