All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hello Luis,
A sample approach would be to send metadata to the save handler using the upload widget client side event. In the current case you could send the index of the file in the file list. E.g.
function
upload(e) {
var
uid = e.files[0].uid;
file =
this
.wrapper.find(
".k-file[data-uid='"
+ uid +
"']"
);
index = file.index();
e.data = {
index: index
}
See What's Next in App Development. Register for TelerikNEXT.