Do you have a Node.js support? Orly Bogler June 09, 2019 19:46 Updated Follow Yes. We have a Cloudinary Node.js library for easily integrating with your Node.js applications. An NPM is also available. Related articles Do you have a Node.js sample code for uploading and transforming images? How to generate a Cloudinary signature on my own? How can I generate a download/attachment URL for a private image? Is it possible to upload directly to Cloudinary using pure JavaScript code? How to create a responsive image tag Comments 2 comments Sort by Date Votes Jagan June 08, 2019 10:53 How can you create a signed request from nodejs to be later used to upload from UI? 0 Comment actions Permalink Aditi Madan June 09, 2019 19:46 Hi Jagan, You can use node.js server-side upload which will be automatically signed. More information here: https://cloudinary.com/documentation/node_integration If you are using client-side upload then you will need to generate the signature on the back-end. More information here: https://support.cloudinary.com/hc/en-us/articles/203817991-How-to-generate-a-Cloudinary-signature-on-my-own- Thanks, Aditi 0 Comment actions Permalink Please sign in to leave a comment.
Comments
2 comments
How can you create a signed request from nodejs to be later used to upload from UI?
Hi Jagan,
You can use node.js server-side upload which will be automatically signed.
More information here: https://cloudinary.com/documentation/node_integration
If you are using client-side upload then you will need to generate the signature on the back-end. More information here: https://support.cloudinary.com/hc/en-us/articles/203817991-How-to-generate-a-Cloudinary-signature-on-my-own-
Thanks,
Aditi
Please sign in to leave a comment.