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

How to upload a large file with multiple small chunks?

3 Answers 167 Views
Upload
This is a migrated thread and some comments may be shown as answers.
K'Library
Top achievements
Rank 1
K'Library asked on 08 Nov 2016, 06:56 AM

Hello.

I want to use Telerik ASP.net MVC Upload control to upload large files. How to use Upload Control to split the large file into small chunks and upload to the server with IEnumerable<HttpPostedFileBase>, and then I could merge these parts into the original large file?

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 08 Nov 2016, 08:34 AM

Hello K'Library,

Chunking files during upload is currently not supported by the Kendo UI Upload widget. We are currently reviewing this option and considering it for implementation. You could place your vote for it in our User Voice Portal.

Regards,
Dimiter Madjarov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
0
K'Library
Top achievements
Rank 1
answered on 08 Nov 2016, 08:57 AM

hello Dimiter,

I post a reply on the page you provided:

 

Chunking method is very important for using in Windows Azure Webapp.
Uploading a large file might cause out of disk space of a WebApp. So when we want to use WebApp for asp.net mvc uploading, we should chunk the large file to small parts, when a chunk is received, we upload it to Azure Storage immediately, then we can clear the space. After all chunks are uploaded, we merge them by calling Azure Storage API, then we can upload a very large file without out of disk space exception.

0
Dimiter Madjarov
Telerik team
answered on 08 Nov 2016, 09:34 AM

Hello K'Library,

Thank you for your feedback. I will forward it to the developers team.

Regards,
Dimiter Madjarov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Upload
Asked by
K'Library
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
K'Library
Top achievements
Rank 1
Share this question
or