Blazor File Upload - Chunk Upload
Or drop files here
This example demonstrates the chunk upload functionalities of the File Upload component. Browse or drag-and-drop a large file to upload with pause, resume, and retry options.
When the file size is large or when transferring files with slow network connections, the chunk upload feature slices the files and uploads the sliced chunks to the server in sequential order using the ChunkSize API.
Sample Configuration:
- Pause and resume upload functionality: While uploading, you can pause the upload and resume it later.
- Retry capability: If the upload fails, the retry option will be enabled for resubmission.
- Maximum file size: The example is configured with a maximum file size of "100 MB" to upload.
See also