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

Uploading large files in a MVC project

7 Answers 725 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 19 Apr 2016, 03:29 PM

Hello,

I am trying to upload multiple files, up to 50 meg, in a MVC project.  I have tried with Kendo.upload however I keep getting the error past 10 MB I hit the size limit.  This is after I tried overriding the default maximum file upload size in Web.Config to a much larger filesize then 10 MB.

 

Is there an equivalent Kendo method to upload files like the RadAsyncUpload control for telerik.

 

thanks

7 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 20 Apr 2016, 06:39 AM

Hello Andy,

If you are referring to uploading files in chunks, this behavior is not supported by the Kendo UI Upload widget.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Andy
Top achievements
Rank 1
answered on 20 Apr 2016, 12:02 PM

Ok thanks so is there anyway to upload files, in chunks, in a MVC project?

 

thanks again

Andy

0
Dimiter Madjarov
Telerik team
answered on 20 Apr 2016, 12:10 PM

Hello Andy,

The Kendo UI Upload widget does not support this functionality.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
sangamesh
Top achievements
Rank 1
answered on 31 Aug 2016, 06:58 AM
What is the maximum file size supported by kendo angularjs upload control? Does it supports streaming/chunking for large file uploads?
0
Dimiter Madjarov
Telerik team
answered on 31 Aug 2016, 08:02 AM

Hello sangamesh,

There is no maximum size for file uploads supported by the Kendo UI Upload control. This is determined by the server side configuration, not the widget itself.

Regarding the second question, chunking files is currently not supported by the widget.

Regards,
Dimiter Madjarov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
sangamesh
Top achievements
Rank 1
answered on 31 Aug 2016, 08:24 AM
Thanks for the reply. Our server side configuration has support for large files (upto 5 gb) and supports file streaming. Is streaming support by this control?
0
Dimiter Madjarov
Telerik team
answered on 01 Sep 2016, 07:38 AM

Hello sangamesh,

If you are referring to chunking the files during upload, currently the Upload widget does not support this feature.

Regards,
Dimiter Madjarov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Upload
Asked by
Andy
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Andy
Top achievements
Rank 1
sangamesh
Top achievements
Rank 1
Share this question
or