An open API service indexing awesome lists of open source software.

https://github.com/cloudinary-devs/react-chunked-upload

An example showing how to use chunked POST requests to upload a large file to Cloudinary from the client side.
https://github.com/cloudinary-devs/react-chunked-upload

Last synced: 11 days ago
JSON representation

An example showing how to use chunked POST requests to upload a large file to Cloudinary from the client side.

Awesome Lists containing this project

README

          

# react-chunked-upload

An example showing how to use chunked POST requests to upload a large file to Cloudinary from the client side.

## Install

```
npm i
```

## Run

```
npm run dev
```