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
2 answers

Capturing a snapshot of a web page

I'm using cloudinary's url2png plugin to capture a rendered page on my site. It will capture the page but with none of the styling. The page takes a couple seconds to load so I'm thinking maybe it just needs to wait a little bit before capturing…
bonum_cete
  • 4,730
  • 6
  • 32
  • 56
0
votes
1 answer

Cloudinary - direct delete , jquery file upload, hidden fields

I did multiple image upload direct from browser using jquery file upload + cloudinary and I need to build direct delete of uploaded image also. I upload image using this file tag
sonic
  • 1,282
  • 1
  • 9
  • 22
0
votes
1 answer

Replace an image on Cloudinary

I am trying to replace an image on cloudinary using it's public_id. So, i made the signature using timestamp, public_id & overwrite. I had set up the overwrite value to 'true'. Below i have attached a screenshot of the parameter being passed. The…
Dhruv Balhara
  • 337
  • 2
  • 13
0
votes
1 answer

Preventing users of my web application from modifying image id while uploading to cloudinary

I am building a rails web application where users can upload images from the browser to cloudinary. I am thinking a bit ahead, and want to prevent users from playing with the parameters being passed, in order not to have undesirable output in may…
Yazan Khalaileh
  • 589
  • 6
  • 15
0
votes
1 answer

rails include attachinary property as a relation in query

I'm using attachinary gem (1.3.0) to manage files in my rails 3 application. Assume that attachinary is bind to a model Business like class Business < ActiveRecord::Base has_attachment :logo end On a page I'm rendering ~30 business instances, and…
Michael Radionov
  • 12,859
  • 1
  • 55
  • 72
0
votes
2 answers

Does Cloudinary prevent arbitrary file uploads?

What does @cloudinary do to prevent malicious users from arbitrary file uploads through the client side image API? Is there any configuration that is required to ensure that arbitrary file uploads are blocked?
dyln
  • 252
  • 1
  • 15
0
votes
1 answer

Node post to Facebook with Image

I have an application I am making that I want to MAKE AUTOMATIC POSTS to Facebook. This means that want an Image+text sent to facebook. The image will be an image from cloudinary (where I am hosting my App) 1)User makes post 2)Statistical Algorithm…
user3461101
  • 45
  • 1
  • 6
0
votes
1 answer

401 Unauthorized error when uploading an image to Cloudinary

I'm using ruby (2.0.0), rails (3.2.17), cloudinary (1.0.70), and jquery-rails (3.1.0). I'm getting this error only when the image upload tag is nested multiple levels deep. If it's only one level deep, I'm able to upload properly. The file upload…
Eric Norcross
  • 4,177
  • 4
  • 28
  • 53
0
votes
0 answers

How to call cloudinary module from my controller

I am biulding a MEAN-STACK application (this is new for me) and started from this template: https://github.com/linnovate/mean I want to add a module (called cloudinary) so I followed this:…
Tyvain
  • 2,640
  • 6
  • 36
  • 70
0
votes
1 answer

Cloudinary: cloudinary_url() method fallback

Is there a fallback option when using cloudinary_url() if Cloudinary is unavailable (such as when working in dev offline)? In this particular case, I've uploaded my static assets to Cloudinary and am using cloudinary_url in my css to pull in the…
Eric Norcross
  • 4,177
  • 4
  • 28
  • 53
0
votes
1 answer

Trouble Accessing Cloudinary Helper in a Lib File

I am attempting to extend the RedCarpet markdown parser to use images from a media library that I have created in my application. I am using Cloudinary as the image store/CDN, and have a Media table that stores the public id of the image in…
John Judd
  • 750
  • 7
  • 22
0
votes
2 answers

Serving images through either HTTP or HTTPS

Using the regular cl_image_tag(carrierwave_object) will always produce an http://cloudinary-url URL, which fails to load on most browsers if they connected to the website through https. Is it possible to make cloudinary serve URLs such as…
Emil Ahlbäck
  • 6,085
  • 8
  • 39
  • 54
0
votes
1 answer

Fatal Error when trying to run the basic sample of cloudinary

Can anyone point me to the right direction in using cloudinary? I tried their basic sample but I encountered the error below. Fatal error: Cannot redeclare cl_upload_url() (previously declared in C:\My…
Norks
  • 390
  • 1
  • 5
  • 18
0
votes
1 answer

How to deal with large file uploads, Client -> Node.js + Heroku -> Cloudinary?

I am curious how to go about this solution. We are planning to have various clients upload video files to our Node.js server hosted on Heroku. From there, we can stream it to cloudinary. We cannot bypass the server and do a direct upload from…
mclenithan
  • 275
  • 1
  • 14
0
votes
1 answer

default image from localhost rather than loading from cloudinary

I am using cloudinary to store user avatars in my rails 4 application. I also have a placeholder image in my image assets. I wanted to know that if a user hasnt uploaded his avatar, how do i load it from the localhost. As of now i have to add checks…
Prasad Surase
  • 6,486
  • 6
  • 39
  • 58
1 2 3
99
100