@rpldy/tus-sender
Installation
- npm
- Yarn
- pnpm
npm install @rpldy/tus-sender
yarn add @rpldy/tus-sender
pnpm add @rpldy/tus-sender
Details
An Uploady sender implementation of the TUS protocol.
Supports version 1.0.0 of the TUS protocol
Under the hood, the tus-sender uses the @rpldy/chunked-sender to upload the files as chunks
TUS Protocol
On top of the Core Protocol, Uploady supports the following extensions:
- Creation (creation)
- Creation with Upload (creation-with-upload)
- Concatenation (concatenation)
- Creation Defer Length (creation-defer-length)
It also supports the Upload-Metadata header and will turn the destination params prop into the metadata key/value.