Reputation: 280
I am using cloudinary API with JAVA. We have a requirement to upload images with an auto increasing number automatically. Like 1.jpg, 2.jpg, 3.jpg...
does cloudinary provide any kind of solution for this situation?
Upvotes: 0
Views: 334
Reputation: 184
This is not supported, this is something that you need to manage by yourself.
Maybe you can rename any uploaded image after receiving the notification URL on your server, but you need to keep in mind stuff like async actions...
Best, Yakir
Upvotes: 1