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.

showing image url under thumbnail in Upload widget

Comments

3 comments

  • Avatar
    Ido

    Hi

    Showing the URL of the uploaded image can be done by calling the "cloudinary_url" method with the public id that is received from the upload and then presenting that URL.

    You can see an example of an upload widget with a URL preview in the fiddle below:

    https://jsfiddle.net/mw30jy1d/23/

    As for your second request, I didn't quite understand your use case. If you could further explain I might be able to help more.

    1
    Comment actions Permalink
  • Avatar
    AhmadYousef

    Hi!

    Thank you so much for your answer.. This is exactly what I wanted !

    This helped me solve my problem, Here is the fiddle that shows you what I wanted to do:

    https://jsfiddle.net/jnnzo8wa/1/

    Thank you so much !

     

    0
    Comment actions Permalink
  • Avatar
    Ido

    Thank you for the kind words!

    Glad I could help.

    1
    Comment actions Permalink

Post is closed for comments.