Can I perform direct uploads from the browser with remote URLs?
You can programmatically call the cloudinary_upload_url
jQuery method:
https://github.com/cloudinary/cloudinary_js/blob/master/js/jquery.cloudinary.js#L949
For example:
$(".cloudinary-fileupload").cloudinary_upload_url("http://mydomain/myfile.jpg")
0
-
Hi Itay,
Using this method, how would one assign all the other parameters like "Public ID" etc?
thanks
George
0 -
Hi George,
The public ID and other parameters like tags, eager transformations, incoming transformations and more, should be signed on the server-side. Our client libraries can ease the signing task for you. For example, here's our Node.js documentation:
http://cloudinary.com/documentation/node_image_upload#direct_uploading_from_the_browser
0
Post is closed for comments.
Comments
2 comments