Is there a way to customize the UI of kendo upload to show the failed uploads in a different list and succeeded ones on another? Like the following..
You are currently uploading 3 files
Failed : 2
Succeeded : 2
Uploading...
doc1
doc2
doc3
Failed
doc4
doc5
Completed
doc6
doc7
2 Answers, 1 is accepted
0
Accepted
Ivan Danchev
Telerik team
answered on 17 Jul 2017, 01:13 PM
Hello,
The described file list cannot be achieved through configuration and using the Upload's API methods, however the default file list can be disabled through the showFileList configuration option, which would allow you to create your own list for example by using jQuery to append HTML elements to the existing Upload elements.