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

Cloud Upload to company file share

1 Answer 80 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 25 Mar 2015, 02:36 PM
Is there any way to use the CouldUpload control to upload files to a file share via vpn?

We have users tht need to upload files from remote locations of wifi via VPN to our companies file share, not a cloud service, is there a way to create a provider like that to be able to use this control?

1 Answer, 1 is accepted

Sort by
0
Kiril Vandov
Telerik team
answered on 27 Mar 2015, 11:28 AM
Hello Ed,

The RadCloudUpload control does not upload files on its own. You need to specify custom implementation of an object serving as communication layer between the control and a cloud provider. The actual uploading logic should be implemented in that layer. For this purpose you can use the Provider property of the control. It is of type ICloudUploadProvider and gets or sets the custom upload provider. It accepts any type of object implementing the ICloudUploadProvider interface. You can find basic implementation for some the most popular cloud providers such as (AmazonS3, Azure, TelerikBackendServices) in our online SDK repository.
As for your question if you create a service which can send data via VPN you could use the CloudUpload control to display the process.

Kind regards,
Kiril Vandov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
CloudUpload
Asked by
Ed
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Share this question
or