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

problem in cloudUpload control while file size more than 4 MB.

1 Answer 47 Views
CloudUpload
This is a migrated thread and some comments may be shown as answers.
Soumen
Top achievements
Rank 1
Veteran
Soumen asked on 17 Sep 2020, 11:20 AM

Hello,

I am working on radcloudupload control to upload files in amazon s3 server using c#. I am facing problem when I am going to upload a file more than 4 mb. it is saying file size related issue, but I have followed all the steps to upload a file more than 4 mb. code is as below:

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

 

also I have placed the below mentioned points to web.config for large file upload.

<system.web>
  <httpRuntime maxRequestLength="1048576" executionTimeout="3600" />
</system.web>

<system.webServer>   
    <security>
      <authorization>      
      </authorization>
<requestFiltering>
<requestLimits maxAllowedContentLength="1048576000" />
</requestFiltering>
    </security>
<system.webServer>

how to resolve?

1 Answer, 1 is accepted

Sort by
0
Soumen
Top achievements
Rank 1
Veteran
answered on 21 Sep 2020, 05:19 AM

issue has been resolved, please see the link.

https://forums.asp.net/t/2170768.aspx?Problem+in+cloudUpload+control+while+file+size+more+than+4+MB+How+to+resolve+

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