Skip to main content

@tinyuploader/react

A simple way to upload files

Chunked Upload

Support to upload large file by chunk, and support custom chunk size

Auto Retry

If some chunk upload failed, we will retry it automatically, and you can config retry times and retry interval

Manual Retry

If auto retry failed, you can trigger retry manually

Concurrent Request

Support to upload multiple chunk at the same time

Rich configuration

Support custom request, such as custom headers, custom query params, enable hash calculation, etc.

Pre-check

Support to pre-check file status, such as uploaded, partial uploaded, not uploaded, seconds upload etc.