This is a migrated thread and some comments may be shown as answers.

Cancel individual upload

1 Answer 43 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 09 Jan 2019, 04:14 PM
Is there a way for cancelling an individual download, or can you only call RequestCancel (which cancels all uploading items)?

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir Stoyanov
Telerik team
answered on 14 Jan 2019, 02:09 PM
Hello Tom,

RadCloudUpload does not provide such a method, however since it requires an implementation of ICloudUploadProvider,  you can choose which files to upload since the UploadFileAsync method of the interface has to be implemented. 

That said, you can also take a look at the ItemStateChanged event of the control and also the Validation feature.

I hope you find this helpful. 

Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
CloudUpload
Asked by
Tom
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or