AsyncSettingsModel
Interface represents the asynchronous settings for the uploader.
Properties
chunkSize Number
Specifies the size in bytes to split large files into chunks and upload it to the server in a sequential order. If a value is given, the uploader will enable chunk uploaded by default.
Default: 0
removeUrl String
Specifies the URL to an HTTP POST action used to remove the files from the server. The POST body should contain an attribute called removeFileName with the file details that should be removed.
Default: ""
retryAfterDelay Number
Specifies a delay in milliseconds that should elapse before an automatic retry occurs.
Default: 500
retryCount Number
Specifies the number of retries the uploader will perform on a failed upload.
Default: 3
saveUrl String
Specifies the URL to an HTTP POST action used to upload the files to the server.
Default: ""