How to get the cloudinary widget image info on upload?
问题 I'm using the cloudinary widget to upload images on my websites. Now I'd like to get the info from an image when it's being uploaded e.g. the path of that image. I can see that this information is available in the console log when uploading the image e.g. {path: "v1586568667/myusername/lp62llmn8sa7r5vqjovd.jpg"} I believe I have to use ajax to get this information, but I'm struggling to find some examples, if someone could point me to the right direction. 回答1: Thanks everyone for your