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

Error Uploading Large Files

3 Answers 1164 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Dave Wolf
Top achievements
Rank 1
Iron
Dave Wolf asked on 16 Jan 2013, 06:38 PM
I can't get the Kendo upload control to work for files larger than 40 meg.  I first noticed it on my application, it will upload about 40% of a 40 meg file then the percent would start over to 0 again and continue to about 40% and do the same thing over and over again.  I thought maybe it was on my end until I went to the demo page at http://demos.kendoui.com/web/upload/async.html and noticed that it does exactly the same thing.  I tried it in both Chrome and Firefox with the same result.  Can someone help me with this?  I really need this to work.

3 Answers, 1 is accepted

Sort by
0
Dave Wolf
Top achievements
Rank 1
Iron
answered on 16 Jan 2013, 07:07 PM
I just figured it out, I'm using IIS7 and I didn't change the "maxAllowedContentLength" setting.  You might want to update that on your demo page.

    <security>
      <requestFiltering>
        <requestLimits maxAllowedContentLength="1000000000" />
      </requestFiltering>
    </security>
0
ASIF
Top achievements
Rank 1
answered on 20 Apr 2017, 02:25 PM

I can't upload the files more than 2GB using Kendo upload control.

Are more than 2 GB file uploads possible using the Kendo upload. If Yes then how?

0
Tsvetina
Telerik team
answered on 24 Apr 2017, 09:46 AM
Hello Asif,

The maximum upload file size depends on your backend settings, as the author of this thread noted. Make sure that you have configured your site to allow such large request size:
How to upload large files using MVC 4?

Regards,
Tsvetina
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Upload
Asked by
Dave Wolf
Top achievements
Rank 1
Iron
Answers by
Dave Wolf
Top achievements
Rank 1
Iron
ASIF
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or