Hi Stephane,
The
multiple configuration of the Kendo Upload allows the developer to configure whether the widget will accept multiple files to be selected at once or not. It will not limit the total number of uploaded files.
If you need to limit the user to upload only one file, I would suggest you to use the widget
enable() method in the
success event handler in the following way:
Here you could find a simple Dojo, implementing the above suggestion.
Regards,
Veselin Tsvetanov
Progress Telerik