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
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.