Uploading images to Cloudinary can be done by simply using our secure upload API. Our client libraries simplify uploading further and allow the ability to perform unsigned uploads. Additional information can be found here -
https://cloudinary.com/documentation/upload_images#unsigned_upload
In addition, you can browse through our client-side libraries and integrations here.
Comments
5 comments
Hello,
Was curious as to if you are able to upload images to a cloudinary name from a localhost? I am in development and wanted to get all the fetch requests in pace before pushing it.
Thanks from a rookie dev!
Hey,
You can just drag and drop your images to the media library.
Alternatively, you can use for example in NodeJs:
Thank you Shirly!
I am using react so not sure if that is why but when I implement this I get the following error. Looks like it is looking for a node version? Any help is greatly appreciated.
Hi Ryan,
The example that Shirly shared uses our NodeJS SDK, so you'll need to have that installed for it to import the cloudinary module from it. May I please ask if that's installed and also which NodeJS version you're using?
You can install the cloudinary module by running "npm install cloudinary" from within your app directory.
This section of our documentation describes in detail the configuration/installation and Cloudinary features you can access via the NodeJS SDK:
https://cloudinary.com/documentation/node_integration
If you encounter any issues with this, please send an email to support@cloudinary.com with a sample code or error you're seeing and we'll take a look for you.
Best regards,
Aleksandar
Hello Aleksander,
Thank you for the reply. And yes I have already installed the Node.js package and still get the "split" error. Will re-read the docs to ensure I am using it correctly.
Also I am on 10.15.3 Node.
Ryan
Please sign in to leave a comment.