CloudUpload server demo

1 Answer 49 Views
CloudUpload
Sami
Top achievements
Rank 2
Iron
Iron
Iron
Sami asked on 09 Nov 2022, 10:38 PM

HI:

In the CloudUpload demo it uses a local service provider based on api.everlive.com but this link is broken. How can I run the demo? also how can I create the asp.net api to have it locally?

api.everlive.com

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 14 Nov 2022, 01:27 PM

Hello Sami,

I will guess that you are referring to the CustomTelerikBackendServicesProvider SDK example. The Telerik's everlive API no longer exists so I am afraid that this example cannot be ran properly anymore. However, the implementation in the example is useful to get a better idea on how the RadCloudUpload control is working. We have the example in mind and we plan to update it in the future.

I am not sure what do you mean by saying that you need to create the asp.net api to have it locally. Can you elaborate more on this? Also, note that the RadCloudUpload doesn't provide any server-side API. It is just an interface that allows you to communicate between the UI of the RadCloudUpload and any service. To do so, you should implement the  ICloudUploadProvider interface and its UploadFileAsync method. In the method, you should manually connect to your service and upload the corresponding file. The upload logic itself is up to the developer and the web api requirements.

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sami
Top achievements
Rank 2
Iron
Iron
Iron
commented on 16 Nov 2022, 10:29 PM

Thank you for your support. I need to upload a file to my local server. So I need to build some api to upload the file. I'm thinking in asp mvc api, but I'm not sure how to do it. Could you give me an advice?
Martin Ivanov
Telerik team
commented on 18 Nov 2022, 03:09 PM

I am afraid that I don't have much expertise on the topic, and there are no such examples in the Telerik WPF resources domain. What I would suggest you is to search the Microsoft documentation on this topic.

 

Tags
CloudUpload
Asked by
Sami
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Martin Ivanov
Telerik team
Share this question
or