JavaScript image and video upload
The JavaScript core library does not include a function for uploading images to Cloudinary. To support client-side upload functionality you can use:
- Upload widget - Allows you to upload resources to cloudinary via a ready- made interface that can be easily embedded within your web application.
- Cloudinary's jQuery SDK - includes the core JavaScript library, the jQuery plugin and the Blueimp File Upload adapter.
- Pure JavaScript - You can also write your own JavaScript code for direct uploading with an upload preset. For an example, see this codepen sample.