Hello,
In my case I need to let the user select only one file to upload at the same a time. But by default user can select more than one file (~100 files) at the same time.
I have worked around MaxFiles=1 attribute for SlickUpload class and also for FileSelector class but it doesn’t help. I tested on SlickUpload version 6.1.6, MVC 3 Web Forms and simple WebForms topology, used 3.5 and 4.0 .Net Framework, cheked in Chrome (16.0.912.63), FireFox (8.0.1) web browsers.
Could you please help to solve the problems?