Cloudinary - Direct Delete , Jquery File Upload, Hidden Fields
I did multiple image upload direct from browser using jquery file upload + cloudinary and I need to build direct delete of uploaded image also. I upload image using this file tag
Solution 1:
Since the hidden field has a value, like: resource_type/type/path#signature
, where each is available on the result object of the cloudinarydone
handler, you can reconstruct this and traverse the hidden fields and find a matching value, and then add the attribute that you want.
Post a Comment for "Cloudinary - Direct Delete , Jquery File Upload, Hidden Fields"