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,
how to dectect if upload is completed?for me i will use the cloud upload control in diffenent windows to update diffenet objects.
actually i found no way to find out if the upload control upload ist completed?
kind regards
Hello Philip,
To achieve your requirement, you can use the ItemStateChanged event of RadCloudUpload.
private void CloudUpload_ItemStateChanged(object sender, Telerik.Windows.Cloud.Controls.Upload.CloudUploadFileStateChangedEventArgs e) { if (e.NewState == Telerik.Windows.Cloud.Controls.Upload.CloudUploadFileState.Uploaded) { CloudUploadFile file = e.Item; } }
I hope that helps.
Regards, Martin Ivanov Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.