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? |
|
|
The number of milliseconds to wait before retrying a failed chunk upload. |
maxAutoRetries? |
|
|
The number of attempts to retry uploading a failed chunk. |
resumable? |
|
|
Specifies whether the file upload process can be paused and later resumed. |
size? |
|
|
The size of the chunks in bytes. |