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

Control throwing a Red X

1 Answer 71 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Veteran
Mark asked on 13 Apr 2020, 03:31 PM

I was able to get this working in a different repo for another client.  I copied the code to the other repo and get the red X.  I have my container and keys set

<telerik:RadCloudUpload ID="CloudUpload" runat="server" MultipleFileSelection="Automatic" HttpHandlerUrl="~/UploadToCustomFolderHandler.cs" 
      OnFileUploaded="CloudUpload_FileUploaded" AllowedFileExtensions="xlsx,xls,doc,pdf,docx,png,tiff" ProviderType="Azure">
</telerik:RadCloudUpload> 

 

 

1 Answer, 1 is accepted

Sort by
0
Mark
Top achievements
Rank 1
Veteran
answered on 13 Apr 2020, 05:40 PM
I was using the wrong handler.  Needed to use Generic Handler. Problem resolved
Tags
CloudUpload
Asked by
Mark
Top achievements
Rank 1
Veteran
Answers by
Mark
Top achievements
Rank 1
Veteran
Share this question
or