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.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/react-chunked-upload
- Owner: cloudinary-devs
- Created: 2024-07-23T09:15:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:27:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T17:54:04.431Z (about 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```