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

CloudUpload size validation failed issue.

0 Answers 49 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Soumen
Top achievements
Rank 1
Veteran
Soumen asked on 16 Sep 2020, 12:32 PM

I am new in RadCloudUpload in Telerik. I am working on Amazon s3 Bucket. When I am uploading small images  with size 87.9 KB (ex: sample1.jpg) it is working fine with RadCloudUpload control but when I am trying to upload another image with size 4.15 MB (ex: sample2.jpg) , the control is firing an error saying "Size validation failed". I am using the below mentioned code: 

 <telerik:RadCloudUpload ID="RadCloudUpload1" runat="server" MaxFileSize="3145728" RenderMode="Lightweight" MultipleFileSelection="Automatic"  OnFileUploaded="RadCloudUpload1_FileUploaded" ProviderType="Amazon" >
        </telerik:RadCloudUpload>

 

I have tested the same from below link also (same issue exist) :

https://demos.telerik.com/aspnet-ajax/cloud-upload/examples/overview/defaultcs.aspx?show-source=true

I am following -- https://docs.telerik.com/devtools/aspnet-ajax/controls/cloudupload/cloud-storage-providers/amazon-s3

 

How to resolve the issue as I need to upload large size file(Images, PDF, Doc and etc) in Amazon S3 server.

Thanks.

 

No answers yet. Maybe you can help?

Tags
CloudUpload
Asked by
Soumen
Top achievements
Rank 1
Veteran
Share this question
or