L liulifeng77 Active Member Licensed User Longtime User Nov 23, 2018 #1 hi, Is it possible to get the message of uploading ( eg.success is true or false)by using cloudinary? thanks!
hi, Is it possible to get the message of uploading ( eg.success is true or false)by using cloudinary? thanks!
DonManfred Expert Licensed User Longtime User Nov 23, 2018 #2 Did you found anything in the Docs indicating there is a cloudinary support build in? If not then you need to write a wrapper for their api first. https://cloudinary.com/documentation/image_upload_api_reference#api_example_1 Upvote 0
Did you found anything in the Docs indicating there is a cloudinary support build in? If not then you need to write a wrapper for their api first. https://cloudinary.com/documentation/image_upload_api_reference#api_example_1
alwaysbusy Expert Licensed User Longtime User Nov 23, 2018 #3 if CloudinaryUploadRawFile returns sothing, then it succeeded, else it return "" Upvote 0