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

Display image from ID3 image data using javascript

I've tried all of the methods I could find in stackoverflow. This two are some of the most complete posts: Display image from blob using javascript and websockets How can you encode a string to Base64 in JavaScript? I'm using cloudinary and id3js.…
0
votes
3 answers

KeystoneJS CloudinaryImage upload via API

There seems to be lack of documentation on this topic. I'm trying to upload an image and set it to avatar: { type: Types.CloudinaryImage } in my Keystone model. I'm posting content as multipart form data with the following structure: avatar:…
Nikolay Derkach
  • 1,734
  • 2
  • 22
  • 34
0
votes
1 answer

Meteor How to upload files to cloudinary using lepozepo:cloudinary Firefox?

I have searched stackoverflow for this question but they all seem similar (not actually the same issue) while some have the exact opposite problem. Here is my code: Cloudinary.upload(file, { folder: "images", type: "private" …
Ally Jr
  • 1,055
  • 1
  • 14
  • 27
0
votes
1 answer

Using ngFileUpload with Cloudinary

I am trying to integrate the Cloudinary upload parameters(?) into the ngFileUpload function. The function can be found here and allows a user to upload, and then drop an image on the page. I am trying to get that functionality to work, but instead…
IWI
  • 1,528
  • 4
  • 27
  • 47
0
votes
0 answers

Not Able to upload Picture on ng2-Cloudinary?

I have given both cloudName as well as uploadPreset .but it showing both cloud name as well as uploadPreset but not uploading the file.when i am uploading picture
0
votes
1 answer

Downloading images from Cloudinary in Android

I'm trying to figure out what the optimal workflow would be for an image transformation process in which a transformed image is again uploaded to another API. According to Cloudinary…
Martin Erlic
  • 5,467
  • 22
  • 81
  • 153
0
votes
1 answer

object of type 'NoneType' has no len() - Editing Form

I have a Profile model which has a Foreign key to the user model. I've created an 'edit profile' view which allows users to update profile information. One of those fields being an image field (Hosted with cloudinary). Since changing this field to a…
JDavies
  • 2,730
  • 7
  • 34
  • 54
0
votes
2 answers

Applying underscore methods for CloudinaryImage objects in keystone.js with handlebars

I want to resize and alter image quality on upload using Cloudinary in my keystone.js app. All examples (on github) of how to use underscore methods for cloudinary are written in pug/jade. See for example (from…
obauma
  • 5
  • 3
0
votes
1 answer

NodeJS Cloudinary Upload Video

Here is cloudinary documentation page. http://cloudinary.com/documentation/upload_videos#uploading_from_server_side_code According to doc, video uploading like the following code. var videoFile = req.files.video.path; …
Karayel
  • 37
  • 1
  • 2
  • 10
0
votes
1 answer

Base64 image compression before sending it to Cloudinary

I am making a web app that supports image upload and views for users. I was using angularjs for framework, but after I figured out sending images to backend is quite tricky in single page app framework(angular), I chose to compile the image to…
supergentle
  • 1,001
  • 1
  • 14
  • 33
0
votes
1 answer

How to send file parameter to Cloudinary post request in angular2

I am uploading image file to cloudinary with their image upload API. I am implementing it like this, Html code
0
votes
1 answer

Dropzone signed direct upload to Cloudinary

I would like to be able to use DropZone to upload to Cloudinary without using an upload_preset. There is a StackOverflow example that explains how to do it with an upload preset here, The approach used in that answer is to add the Cloudinary…
E. Wittle
  • 299
  • 2
  • 4
  • 11
0
votes
1 answer

Flask+Cloudinary upload error on pythonanywhere

Hi everebody! Please help me, I'm stuck with cloudinary uploader error. The problem is that on localhost this function works well, but after deploying on pythonanywhere server it doesn't. Use: Python3.4 sqlite database SQL Alchemy…
Anton
  • 185
  • 1
  • 14
0
votes
1 answer

Ruby on Rails - Cloudinary stale request

Whilst I have a user upload to cloudinary using an attachinary gem I receive a message error that says this: Stale request - reported time is 2016-12-15 04:14:53 +0000 which is more than 1 hour ago I have spent days trying to fix this problem. It…
Bad Hombre
  • 596
  • 5
  • 18
0
votes
1 answer

how to download video from cloudinary using nodejs?

I have uploaded a mp4 file using node.js on my cloudinary account. I have saved public id of video. Is there any api to download the uploaded video?
Chandan
  • 85
  • 1
  • 8