vikas
vikas

Reputation: 280

Upload Image To Cloudinary Using Java API

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

Answers (1)

Yakir Perlin
Yakir Perlin

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

Related Questions