https://github.com/cloudinary-devs/cld-form-multiple-upload
Example code to show how to upload images using an unsigned preset and a form.
https://github.com/cloudinary-devs/cld-form-multiple-upload
Last synced: about 1 year ago
JSON representation
Example code to show how to upload images using an unsigned preset and a form.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld-form-multiple-upload
- Owner: cloudinary-devs
- Created: 2024-05-16T12:33:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:48:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T16:32:07.596Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cld-form-multiple-upload
Example code to show how to upload images using an unsigned preset and a form.
## Build and run
```
npm i
```
```
npm run dev
```