New to Kendo UI for Angular? Start a free 30-day trial
ChunkSettings
The settings for the Upload chunk functionality.
Name | Type | Default | Description |
---|---|---|---|
autoRetryAfter? |
|
|
Will attempt a failed chunk upload after the specified number of milliseconds. |
maxAutoRetries? |
|
|
Determines the number of attempts to retry uploading a failed chunk. |
resumable? |
|
|
Determines if the file upload process could be paused and later resumed. |
size? |
|
|
The size of the chunks in bytes. Default is 1MB. |