Questions tagged [cloudinary]

Cloudinary is a cloud-based service offering features and APIs for uploading, storing, managing, and delivering media assets. When delivering assets, optimizations and other transformations can be applied to those assets based on options added to the delivery URLs

About Cloudinary

Cloudinary streamlines your entire image management pipeline. You can upload all your static and dynamic resources to the cloud. We provide a secure API for easily uploading images to Cloudinary. You can either use our HTTP API directly or through our client libraries. While uploading images you can transform them by changing their dimensions and format and you can also assign tags to them. Each uploaded resource is assigned a unique Public ID. You can manage all uploaded resources using Cloudinary Management Console and API.

Some of basic features :

  1. Upload images to a cloud-based storage.
  2. Tons of image manipulations & effects.
  3. PDFs, sprites, watermarks, social profile pictures.
  4. Fast CDN delivery for better user experience.
  5. Powerful dashboard, media library and reports.
  6. Comprehensive image management APIs.

Cloudinary's client libraries Available for following languages.

  1. PHP
  2. JAVA
  3. .NET
  4. Python
  5. Ruby
  6. Node-js
  7. jQuery
  8. Angular
  9. Android
  10. IOS
1596 questions
0
votes
1 answer

Ionic Take pictures cannot upload to cloudinary using unsigned upload

I am trying to take picture using cordova plugin and upload to cloudinary using ionic browser. I setup the unsigned upload in cloudinary, and basically took the logic from…
WABBIT0111
  • 2,233
  • 2
  • 18
  • 30
0
votes
1 answer

How to upload a pdf to "cloudinary" using jquery and retrieve the link to that pdf?

I have generated a PDF from itextpdf, now I want to upload this PDF file to "cloudinary" and save the link of uploaded portable document file in database. I can use both jquery and java for this purpose. I think that "cloudinary" returns json data…
shubham
  • 1
  • 3
0
votes
1 answer

Get byte[] from Cloudinary URL

I've got the Cloudinary URL of an image, I need to get the byte[] of that image. How can I do this using the Cloudinary API?
0
votes
1 answer

Looking to convert canvas to base64 image

I have this code which reads a file (an image) from the local filesystem and I want to resize the image so I can upload it to a server in a smaller format. The problem I am having is that I can't figure out how to resive it and convert it back to…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
0
votes
0 answers

Angular-Cloudinary not function in android5

https://github.com/thenikso/angular-cloudinary This is a plugin very easy for use, but I have problems when plugin run in android 5 + ionic with cordova, this problem not exist with version from android 4, the respon server is 400 with this…
0
votes
1 answer

Cloudinary get notified when image is uploaded

I need some help in my lasts steps when uploading a file to cloudinary from node.js (using sails.js) I give you the code below: Controller: var cloudinary = require('cloudinary'); index: function(req, res){ cloudinary.config({ …
matuuz
  • 135
  • 1
  • 5
  • 11
0
votes
1 answer

How to prevent Cloudinary pick window opening?

I am just making a PhoneGap app with Cloudinary Unsigned uploads and it's working well (i.e.,) When a user clicks anywhere on the screen the Image Picker is shown but I am just in need of showing the Image Picker only when a user clicks on a…
Dinesh Raja
  • 107
  • 1
  • 1
  • 9
0
votes
1 answer

Image upload on cloudinary using meteor

iam using "lepozepo:cloudinary" meteor package to upload files to cloudinary from meteor app. the file is not uploaded and i am not getting any error. Appreciate if someone can point me what is going wrong. the following is the…
dojox
  • 41
  • 6
0
votes
1 answer

Deleting images by tags and created date

I use client-side picture upload of cloudinary and my use case is the following: user uploads image using javascript -> image is automatically tagged with tmp tag (already supported) when a user submits the form, the server processes all the images…
0
votes
1 answer

How do I transform (resize) images on the fly hosted on multiple servers?

I have an RSS reader type mobile app and I want to first transform (resize) the images (from servers of the original story) before they are fetched on our android app. Is there a way? We initially hosted images on Cloudinary but since number of…
Shubham Agrawal
  • 91
  • 1
  • 1
  • 4
0
votes
1 answer

Keystone.js cloudinary image multiple transformations

How can I upload full image and create thumbnail for it using Keystone.js CloudinaryImage field Type. Sometimes I need to have one image in multiple versions (transformations), e.g: fullsize thumbnail b&w thumbnail What approach should I take?
Kamil Z
  • 653
  • 8
  • 20
0
votes
1 answer

Cloudinary list all images not implemented exception

I m trying to list all images from cloudinary using the below code but I get "Not implemented Exception" Map config = ObjectUtils.asMap( "cloud_name", Config.CLOUDINARY_CLOUD_NAME, "api_key", Config.CLOUDINARY_API_KEY, …
Vihaan Verma
  • 12,815
  • 19
  • 97
  • 126
0
votes
1 answer

Having trouble uploading images to cloudinary via angularjs

Have been struggling with this issue for a week now. I'm trying to upload images into cloudinary following the photo_album sample provided by cloudinary here https://github.com/cloudinary/cloudinary_angular/tree/master/samples/photo_album. Here's my…
0
votes
1 answer

Cloudinary Callback with PHP and JQuery

I've successfully uploaded images to my cloudinary account, but I can't figure out where cloudinary is sending the image_id? This is confusing, because the documentation seems to indicate that cloudinary_cors.html is the target of Cloudinary's…
Ben
  • 149
  • 10
0
votes
1 answer

How to get file path at file upload

I want to use Cloudinary's service where I can upload files with their server side code. But I don't understand how to get hold of the submitted file's path? When a user chooses a file with a normal file input field, only the file name gets…
Fellow Stranger
  • 32,129
  • 35
  • 168
  • 232