This is a migrated thread and some comments may be shown as answers.

How to count number of uploaded files in Telerik Upload

2 Answers 392 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dheyvendaran
Top achievements
Rank 1
Dheyvendaran asked on 13 Aug 2012, 07:03 AM
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.

  
var count = e.files.length;


2 Answers, 1 is accepted

Sort by
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 13 Sep 2012, 07:30 AM
Hi Telerik Team,
I am also want to cont selected files to upload.
Please help me out.

@Dheyvendaran : If u found any workaroud to find selected file count then please let me know.

Thanks,
Ganesh
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 13 Sep 2012, 07:39 AM
OnSelect event we can get file count like e.files.Lenght
Tags
Upload
Asked by
Dheyvendaran
Top achievements
Rank 1
Answers by
Ganesh Jagdale
Top achievements
Rank 1
Share this question
or