New to Kendo UI for AngularStart a free 30-day trial

ChunkSettings

Interface

The settings for the Upload chunk functionality.

Definition

Package:@progress/kendo-angular-upload

Properties

The number of milliseconds to wait before retrying a failed chunk upload.

Default:

100

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