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
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
Ok thanks so is there anyway to upload files, in chunks, in a MVC project?
thanks again
Andy
Hello Andy,
The Kendo UI Upload widget does not support this functionality.
Regards,Dimiter Madjarov
Telerik
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.
Dimiter Madjarov
Telerik by Progress
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