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

File upload > 2 gb

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
gopal
Top achievements
Rank 1
gopal asked on 01 Aug 2016, 10:13 AM

Hi ,

 

I am uploading >2 gb file in  <telerik:RadAsyncUpload control but it is not uploading while it is uploading telerik demo site.

 

I set web config with below setting

 <httpRuntime executionTimeout="3600"
    maxRequestLength="2147483647"
    useFullyQualifiedRedirectUrl="false"
    minFreeThreads="8"
    minLocalRequestFreeThreads="4"
    appRequestQueueLimit="100" />

 

But it is not uploading. I have also set chunk size to 3145728. What is the issue.

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 04 Aug 2016, 07:37 AM
Hi Gopal,

If you are running your application on IIS 7 or above, apart from the maxRequestLength, you will have to also specify maxAllowedContentLength. Note that chunk upload should be enabled for the RadAsyncUpload control and you may also have to set higher executionTimeout limit. For further information you could review the Documentation and the Blog post on this topic.

Regards,
Veselin Tsvetanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
gopal
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or