New to Telerik UI for ASP.NET Core? Download free 30-day trial
Chunk Upload
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
HtmlHelper
TagHelper
chunkupload.cshtml
ChunkUploadController.cs
ChunkUpload_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Upload component provides a chunk upload option which allows the user to submit multiple and large files. They are uploaded asynchronously with multiple requests to the server. As shown in the demo, the chunk upload is enabled by setting up the Async(a => a.ChunkSize()) option.