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
113
votes
11 answers

How to convert a multipart file to File?

Can any one tell me what is a the best way to convert a multipart file (org.springframework.web.multipart.MultipartFile) to File (java.io.File) ? In my spring mvc web project i'm getting uploaded file as Multipart file.I have to convert it to a…
Amila Iddamalgoda
  • 4,166
  • 11
  • 46
  • 85
47
votes
5 answers

how to upload multiple images to a blog post in django

I am trying to allow each user to upload multiple pictures to a single blog post. I have been trying to work out the best way to do this for a few days now. What is the best practice to do this? From what I have read, I should make a seperate image…
ollysmall
  • 633
  • 2
  • 7
  • 13
23
votes
2 answers

Is HttpWebRequest implemented differently in mono and .net?

I am trying to port the c# cloudinary api to mono and I am having some problems building up the http request. I have separated out this method for setting up the request but the HttpWebRequest.ContentLength turns out to be -1 in mono, but is .net…
terjetyl
  • 9,497
  • 4
  • 54
  • 72
22
votes
6 answers

Efficiency of services like Cloudinary, Imgix

I want to build a website with a lot of images and hence image manipulations like amazon, ebay, flipkart,etc. I have been suggested to use services like Cloudinary, Imgix, etc to resize my images since it would be better to store one version of each…
deadcode
  • 742
  • 11
  • 27
12
votes
1 answer

Cloudinary Invalid image file exception

Cloudinary only has an example for how to load images from android to the cloud. However I need to upload videos. When I use the call from the sample code I get an Invalid image file error. Here is the call that throws the exception Map…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
11
votes
2 answers

Firebase Storage - URL for image services

I'm trying to get Firebase Storage to work with an image service like Imgix or Cloudinary. However, the download URL's that Firebase provides, do not seem to work with these services. For example: Cloudinary says you can fetch images like…
Timon
  • 2,682
  • 1
  • 20
  • 33
9
votes
3 answers

net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200

Please help solve this problem. I am working with a MERN app. In the app, I upload images to the cloudnary using the API. Then I upload the image on the frontend using secure_url. It works on localhost but does not work on heroku i.e. the image is…
nOybek
  • 305
  • 1
  • 4
  • 7
8
votes
2 answers

Android: Uploading a photo in Cloudinary with progress callback in HttpURLConnection

I'm trying to modify the open source library of cloudinary so that I can listen to the progress of the upload of my photo. The library class contains a MultipartUtility java class that I modified to listen to the progress of the upload. The original…
Simon
  • 19,658
  • 27
  • 149
  • 217
8
votes
2 answers

Linking a Cloudinary image upload to a Django model field

I've read through the Cloudinary Django docs and many StackOverflow questions and I'm still struggling with this basic problem. I want to upload an image as part of a data migration to a Cloudinary model field (of class CloudinaryField) My model is…
djq
  • 14,810
  • 45
  • 122
  • 157
8
votes
3 answers

Invalid Cloudinary Configuration

I'm new to keystone and am trying to deploy a simple website template to familiarise myself with the technology, I have downloaded all the necassary modules and created a keystone.js file and package.json file with all the dependencies. However,…
denisq91
  • 155
  • 1
  • 10
8
votes
2 answers

How to implement jQuery direct upload to Cloudinary on node.js

I'm trying to implement direct uploads to Cloudinary via their jQuery plugin to a Node.js application, and am wondering if anyone can help me close some gaps in their examples. Here's the blog post that explains how to do…
Jed Watson
  • 20,150
  • 3
  • 33
  • 43
7
votes
1 answer

Async/await for cloudinary upload not working

I have tried a few different ways, basically I want to take out the cloudinary upload code from my routes and put it in a function that my route calls to make the code cleaner. But for some reason I cant get async/await to work/wait for the upload…
Jack
  • 491
  • 7
  • 27
7
votes
0 answers

Network request failed at XMLHttpRequest.xhr.onerror in react native application(android)

Getting the below error, while I'm trying to fetch the image list from cloudinary using fetch in react-native. How to resolve this? TypeError: Network request failed at XMLHttpRequest.xhr.onerror…
Nivi sri
  • 133
  • 1
  • 1
  • 9
7
votes
1 answer

Ruby on rails bootsy + cloudinary upload image trouble

I have RoR project, living on heroku. I have bootsy (editor with image upload funcs) and I have cloudinary. Ive setup uploader, cloudinary api keys and initializers (can show you, if it needed). Now, when I try to upload image in bootsy - it…
Legendary
  • 2,243
  • 16
  • 26
6
votes
2 answers

Need to implement #cache! if you want to use Cloudinary::CarrierWave::Storage as a cache storage

I am getting this error when trying to upload a picture "Need to implement #cache! if you want to use Cloudinary::CarrierWave::Storage as a cache storage." It highlights this part of code in my controller: def update …
1
2 3
99 100