I'm using attachinary for admin uploads, but on our user facing web client, the browser directly uploads an image to clourindary, so I already have the cloudinary id for the upload.
I know I can use this patch and do something like:
model.upload_url = "http://res.cloudinary.com/upload.jpg"
but that triggers another upload. Is there something like:
model.upload_cloudinary_public_id = "sadkjf1k3kjsdj1"
? Thanks.
I'm using attachinary for admin uploads, but on our user facing web client, the browser directly uploads an image to clourindary, so I already have the cloudinary id for the upload.
I know I can use this patch and do something like:
but that triggers another upload. Is there something like:
? Thanks.