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

Other Controls losing Values after upload

3 Answers 39 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Glenn
Top achievements
Rank 1
Glenn asked on 26 Sep 2014, 11:37 PM
Have other radtextboxes on user control where I use RadCloudupload to upload images.  I am using RadCloudUpload1_FileUploaded server side event to manipulate the images. All works well accept the other radtextboxes lose there values after image upload.
A simple example:
<script type="text/javascript">
 
    function imagesUploaded(sender, args) {
                $find("<%= RadAjaxPanel1.ClientID%>").ajaxRequest()
       
            }
</script>
 
 <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Width="100%">
<telerik:RadTextBox ID="RadTextBoxReference" runat="server" Skin="MetroTouch" Width="100%" MaxLength="50">
                                </telerik:RadTextBox>
 <telerik:RadCloudUpload ID="RadCloudUpload1" runat="server" MultipleFileSelection="Automatic" MaxFileSize="4194304" AllowedFileExtensions="jpeg,jpg,gif,png,bmp" ProviderType="Azure" Skin="MetroTouch" OnClientFilesUploaded="imagesUploaded" OnClientValidationFailed="validationFailed">
                                                                                  </telerik:RadCloudUpload>
  </telerik:RadAjaxPanel>

Note I Switched from using Radasyncupload control to RadCloudupload.  I did not experience the same issue with radasyncupload.

Any help would be greatly appreciated.

3 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 29 Sep 2014, 08:13 AM
Hi Glenn,

I have test this with the latest available version - 2014.2.724 and it seems to working fine. What is your version?

Thanks.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Glenn
Top achievements
Rank 1
answered on 20 Oct 2014, 12:34 AM
Sorry I have made another forum post on this as I thought this thread didn't work because I had a spam warning:   See this post:  http://www.telerik.com/forums/radtextbox-values-clear-on-cloudupload    Version: 2013.3.1324.45
0
Hristo Valyavicharski
Telerik team
answered on 23 Oct 2014, 06:24 AM
Hi,

This seems to be working with 2014.2.724 version: http://screencast.com/t/ldsFwzXs

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
CloudUpload
Asked by
Glenn
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Glenn
Top achievements
Rank 1
Share this question
or