Hi,
I have a webpage with a button upload in the upper section of the page.
When the user click this button he can select one or multiples files to upload.
I added an handler to the select method of the kendo ui upload control.
For each file selected I call a jquery template to show the information of the selected file with two button (Upload and Cancel).
So if I select 2 files I will will call 2 times this template and render it for each file.
I have a button Upload All too in my webpage.
So my goal is to have the possibility to upload only one file or all and to have a progress bar.
It is possible with Kendo UI upload control ?
Thank you
I have a webpage with a button upload in the upper section of the page.
When the user click this button he can select one or multiples files to upload.
I added an handler to the select method of the kendo ui upload control.
For each file selected I call a jquery template to show the information of the selected file with two button (Upload and Cancel).
So if I select 2 files I will will call 2 times this template and render it for each file.
I have a button Upload All too in my webpage.
So my goal is to have the possibility to upload only one file or all and to have a progress bar.
It is possible with Kendo UI upload control ?
Thank you