Is it possible to manipulate 'MultipleFileSelection' property of AsyncUpload control client side? I want to toggle the fileselection functionality of AyncUpload control client side from 'Automatic' to 'Disabled'
If the _multipleFileSelection property value is set to 1, then the selection mode is set to Automatic. If the same property value is 0, then the MultipleFileSelection mode is disabled.