Skip to main content

showing image url under thumbnail in Upload widget

Comments

3 comments

  • 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
  • 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
  • Ido

    Thank you for the kind words!

    Glad I could help.

    1

Post is closed for comments.