ChunkSettings
Interface
The settings for the Upload chunk functionality.
Definition
Package:@progress/kendo-angular-upload
Properties
autoRetryAfter?
number
The number of milliseconds to wait before retrying a failed chunk upload.
Default:
100
maxAutoRetries?
number
The number of attempts to retry uploading a failed chunk.
Default:
1
resumable?
boolean
Specifies whether the file upload process can be paused and later resumed.
Default:
true
size?
number
The size of the chunks in bytes.
Default:
1048576