Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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.