1.0.14 • Published 2 years ago

@douglas_farias/chunkupload v1.0.14

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ChunkUpload

What is it?

ChunkUpload helps you to upload large files in chunks with control of the upload progress

How it works?

When you call the uploadChunks function, we add the Content-Range header in the request and you can handle it in the server

The ContentRange header

The header is somenting like this bytes {firstByte}-{lastByte}/{totalBytes}, firstByte is the last chunk sent, lastByte is the actual chunk, totalBytes is the array.lenght

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12-beta

2 years ago

1.0.11-beta

2 years ago

1.0.11-alpha

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago