This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

How can I update image with auto increase numeric name using java.

Comments

2 comments

  • Avatar
    Marissa Masangcay

    Hi,

    You would need to keep track of what you want the images to be named on your end, but you can specify the desired public ID of the image in the upload call like so:

     Cloudinary::Uploader.upload("abc.jpg", :public_id => "1")

    Hope this helps!

    0
    Comment actions Permalink
  • Avatar
    funnyjokes

     Thank you for your sharing. Thanks to this article I can learn more things. Expand your knowledge and abilities. Actually the article is very practical. Thank you!

    subway surfers

    0
    Comment actions Permalink

Post is closed for comments.