Drag and Drop is giving javascript error when "MaxFileInputsCount" property is set.
Below is my design,
<telerik:RadAsyncUpload runat="server" ID="rauUpload"
ChunkSize="1048576" InputSize="60" DropZones="#DropZone1"
MaxFileInputsCount="5" MaxFileSize="2000000000" PostbackTriggers="btnUpload" />