You can indeed upload images to your Cloudinary account by dragging and dropping images. This can be done in our Media library.
Alternatively,
1. Navigate to the Media Library in the Cloudinary Console.
2. Use the Upload Interface to manually upload files.
For more advanced use cases, such as programmatically uploading files, you can use the Upload Widget or make direct calls to the Upload API. More details on these methods can be found in the Upload Widget documentation and the Upload API documentation
Comments
1 comment
Hi Kristina,
When uploading files larger than 100MB they would need to be sent in chunks/parts. There are cases where uploads via the Media Library don't break the files into parts correctly and a single chunk ends up being just 2 bytes which are then rejected resulting in a failed upload.
We have a ticket for this issue and will update you when it's fixed.
Regards,
Mo
Please sign in to leave a comment.