I want to create a custom api service to upload a file. In fact, I have one and works fine with postman. How Can I use it with CloudUpload?
Thanks in advance
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 10 Nov 2022, 03:36 PM
Hello Sami,
The CloudUpload control doesn't provide any means for implementing services. It is just a UI with an interface that allows the developer to implement a provider that communicates with any service. The implementation itself is up to the developer and the concrete service needs. You can find information on the control's usage in the help documentation. Also, you can see examples that show how to implement custom ICloudUploadProvider in our SDK examples repository. I hope that helps.