When using chunk uploads, the file will be uploaded in different parts (or chunks). All the files with a size higher than the set in the input will be uploaded using this method.
You will be able to see the different parts being uploaded individually. Some parts might fail, and the package is prepared to retry up to a certain amount of times.
You can also pause / resume the upload process.
| Name | Size | Progress | Status | Pause | Chunks | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Total | Active | Completed | |||||||||||
| {{ file.name }} | {{ file.size | formatSize }} | {{ file.progress }}% | {{ file.error }} | Success | Active | - | {{ file.chunk.chunks.length }} | {{ file.chunk.chunksUploading.length }} | {{ file.chunk.chunksUploaded.length }} | - | - | - | |
|
{{ file.chunk.maxRetries - chunk.retries }} error(s)
|
|||||||||||||