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

Emulate look and feel of RadCloudUpload for non cloud upload

1 Answer 52 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 14 May 2015, 05:22 PM

I'd like to emulate the look and feel of the demo page for RadCloudUpload but use it instead to upload to my server just like an async upload.

Is this possible with RadCloudUpload or do I have to rework using the async upload controls?

 

thanks

 

jON

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 15 May 2015, 07:59 AM
Hi Jon,

CloudUpload can upload files only to Amazon, Azure or Telerik Services Platform.  If you want to emulate the look try to use AsyncUpload with ProgressArea

<telerik:RadAsyncUpload runat="server" HideFileInput="true" Localization-Select="Select" EnableInlineProgress="false" ID="upload">
</telerik:RadAsyncUpload>
<telerik:RadProgressArea runat="server" ID="progress"></telerik:RadProgressArea>


Regards,
Hristo Valyavicharski
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
CloudUpload
Asked by
Jon
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or