Hi,
I have a requirement to have a check box on the view which will allow the users to either upload one file or multiple files. Is it possible to set MaxUploadedFiles on the client?
Hi, Michael.
This is possible using the "maxUploadedFiles" property, which can be changed dynamically. You can check this sample and if you have more questions don't hesitate to ask them.
Best regards,
Nikolay
Hi Nikolay,
Thank you for your response, not sure how I missed the examples I normally check the samples first. Strange thing is if I run my local sample this is what it looks like. I get the same appearance in my application. But on the link you provided this does not happen?
I'm happy to hear that you were able to configure File Upload control. Thank you for the post and you are welcome every time you have some questions.
Best regards, Nikolay
Moved the code in my onclcik of the check box and control works correctly. Thank you