Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Can I select multi-files for Webupload module?
posted

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?

 

Parents
  • 3595
    Suggested Answer
    posted

    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:

    1. Right click on your WebUpload control in the designer view.

    2. Chose properties

    3. 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.

     

Reply Children
No Data