This question is locked. New answers and comments are not allowed.
Hi all..,
i need a count of selected files using Telerik upload control. How can i get the total number of counts. If i try this below code i am getting 1 everytime ., i need total selected files count. how can i get it done.
i need a count of selected files using Telerik upload control. How can i get the total number of counts. If i try this below code i am getting 1 everytime ., i need total selected files count. how can i get it done.
var
count = e.files.length;