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

Cloudinary URL doesn't create Cloud url, via SASS

So in my: application.css.scss file I have the following line: background-image: cloudinary-url('billie-piper-reading-book', $width: '100%'); In development environment it loads with this asset…
Jackie Chan
  • 2,654
  • 6
  • 35
  • 70
0
votes
1 answer

Uploading and displaying image with Cloudinary

I'm on Ruby on Rails, using both cloudinary gem and your their recommended jquery uploader by //= require cloudinary. I'm using the following helper to upload f.cl_image_upload(:the_image) I think the uploading goes fine, cause I see the image in…
Fellow Stranger
  • 32,129
  • 35
  • 168
  • 232
0
votes
0 answers

Can't get Meteor cloudinary package to work

I am working on a Windows machine with Meteor 0.8.1, and I am trying to get the cloudinary package (from git user Lepozepo) to work. I reverted the package to a version prior to the Meteor 0.9 changes to package handling, so it should be compatible…
0
votes
1 answer

Rails Upload Image to Cloudinary

I'm trying to upload images to Cloudinary from the client side Backbone app. Their documentation shows that you should create the input like this:
Tom Hammond
  • 5,842
  • 12
  • 52
  • 95
0
votes
2 answers

How do I delete file that I have uploaded on Cloudinary using Jquery?

Can someone advise me how to delete a file in Cloudinary using Jquery? I can't find any sample snippets to get started.
Vince
  • 33
  • 1
  • 7
0
votes
2 answers

Script error in angular-file-upload.js

I get 'Script error in the below js' file .This is the file downloaded using bower install from cloudinary-angular from git hub. Whats the error here? angular-file-upload.js /**! * AngularJS file upload/drop directive with http post and…
sabari
  • 2,595
  • 5
  • 28
  • 44
0
votes
2 answers

Cannot read module of undefined - error with cloudinary module

I am using mean stack application. The below is my public/js/main.js (function(requirejs) { 'use strict'; // -- DEV RequireJS config -- requirejs.config({ // Packages = top-level folders; loads a contained file named 'main.js' …
0
votes
1 answer

Uploading image to "buffer"

I'm developing an application that uses (lots) of image processing. The general overview of the system is: User Uploads photos to server (Raw photo, with FULL resolution) Server Fetches new photos, and apply image processing on them Server resizes…
Ivan Seidel
  • 2,394
  • 5
  • 32
  • 49
0
votes
1 answer

Issue with Cloudinary in reading and uploading image from binary or base64 string

I am trying to upload and image to cloudinary by passing binary data of an image or base64 string. when i try to pass a base64 string as a data uri I am getting a error with the response of status code 502. but it works fine with small base64…
V1n0d
  • 217
  • 4
  • 15
0
votes
1 answer

Undefined Method `attachinary_file_field`

I've been following the Github repo for attachinary and everything goes well until I try running the page - I get undefined method attachinary_file_field. I have no idea what's going on, can anyone help? All the JS files are being properly loaded -…
Andrew
  • 3,501
  • 8
  • 35
  • 54
0
votes
1 answer

Catching Errors From Cloudinary In Rails

I am trying to delete images in Cloudinary from my Rails application using the following code def destroy media = Media.find(params[:id]) Cloudinary::Uploader.destroy(media.image_id) media.destroy respond_to do |format| …
John Judd
  • 750
  • 7
  • 22
0
votes
1 answer

Appharbor cloudinary upload form

I'm trying to make a form where I can register and upload an image chosen by the user as their profile picture. I'm following these instructions: http://cloudinary.com/documentation/appharbor_integration At the moment I think I got everything…
Johhan Santana
  • 2,336
  • 5
  • 33
  • 61
0
votes
1 answer

Getting file uploads to work with Django & Cloudinary

I am trying to use Cloudinary as a CDN and am having some trouble getting file uploads to work properly. I have followed their blog posts and website, but am running into a consistent and very annoying error. I have a model associated with both an…
souldeux
  • 3,615
  • 3
  • 23
  • 35
0
votes
1 answer

How to use cloudinary url2png within asp.net web application

I have seen some sample code in cloudinary for using url2png, in the below link http://cloudinary.com/documentation/url2png_website_screenshots_addon#create_website_screenshots For example nodejs implementation like…
CrazyNooB
  • 1,553
  • 3
  • 17
  • 23
0
votes
1 answer

IE 11 bungles placement of tag in DOM with Cloudinary AngularJS Directive

I am using the official Cloudinary AngularJS directive to place images on my site. However, Chrome and IE 11 are behaving differently in terms of where they place a closing tag. IE places it just before the parent element closes and Chrome…
drs
  • 5,679
  • 4
  • 42
  • 67
1 2 3
99
100