Skip to main content
The 2024 Developer Survey results are live! See the results

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

cloudinary
0 votes
1 answer
21 views

uploading image in nodejs on cloudinary is not working

I am learning to upload images online using multer and Cloudinary, but for some reason the code stops working on cloudinary.uploader.upload() method. The images are getting stored at desired location ...
Gaurav Bisht's user avatar
0 votes
0 answers
36 views

shadcn formfield issue with updating an array (react hook form)

Im using cloudinary widget to upload images. I display the images as a preview in my form so i can send it to the database. The problem that occurs is that only 1 image is displayed so my array with ...
Alessio Tortora's user avatar
1 vote
1 answer
25 views

I want to increase the resolution of an image displayed by Cloudinary

I am displaying an image stored on Cloudinary, shown below: <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3 mb-2"> <advanced-image [cldImg]="img" [plugins]...
batman567's user avatar
  • 889
0 votes
0 answers
18 views

how to improve get media url from publicId in cloudinary php-sdk

We use php-sdk cloudinary. we want to fetch image links based on publicId. but it's a bit slow. is there any way to improve it or use another solution? this function is a bit slow. Media::fromParams($...
Ali's user avatar
  • 659
0 votes
0 answers
27 views

Uploaded Images can't delete in cloudinary for nextjs

I implemented the code for uploading and deleting images in cloudinary for nextjs, image uploads worked very well but image deletion is not working. i created api/upload/route.js from from the app and ...
devguy2222's user avatar
0 votes
1 answer
12 views

How to convert a hosted Adobe Illustrator file to a web-supported preview format?

My web application accesses adobe illustrator files from s3 object storage. I need to display a preview of these images. Web browsers don't support .ai files, so they need to be converted into a ...
Austin Poulson's user avatar
-1 votes
0 answers
46 views

No Module Found (import cloudinary) - Django Heroku

import cloudinary_storage import os import ssl import certifi import dj_database_url Anytime I try to deploy to Heroku, it deploys successfully, but the page says application error and cloudinary ...
Oluwaseyi Olufemi's user avatar
0 votes
1 answer
67 views

TypeError: Cannot read properties of undefined (reading 'node')

I have a utility function of Cloudinary upload using their SDK. I am working in NEXT JS 14 and server action but encountering an error TypeError: Cannot read properties of undefined (reading 'node') ...
Muhammad Uzair's user avatar
0 votes
0 answers
110 views

Cloudinary does not allow me to upload multiple images

// image-upload.tsx "use client"; import { useState, useEffect } from "react"; import { Button } from "./button"; import { ImagePlusIcon, Trash } from "lucide-react&...
Jean Mako's user avatar
1 vote
1 answer
84 views

Error transforming image on Cloudinary: the resulting URL has unwanted tags

here I am asking my first question. I'm creating a scraping program connected to Telegram which, once scraped on Amazon via Selenium, obtains product information via requests and sends it as a post on ...
ShinraTensei's user avatar
0 votes
0 answers
64 views

Cloudinary upload image

My code works locally, and I can upload images to Cloudinary. However, after deploying my code to the server, Cloudinary returns a 400 error even though the rest of the code works fine. I believe the ...
Izzet's user avatar
  • 1
0 votes
0 answers
18 views

Cloudinary API fails to initialise api key when used with Django signals

I made a signal receiver for a model UserFiles and named it upload_to_cloudinary. This receiver calls a function inside it, which uploads a file to cloudinary. This works well enough if the receiver ...
Rishu Sharma's user avatar
0 votes
1 answer
36 views

Cloudinary Upload Widget does not process more than 1 image

I attempted to use the Cloudinary Upload Widget to upload multiple photo. However, it is only processing a single image. and failing to appear. but every image was uploaded to Cloudinary.it and also ...
Ashfak Hossain Evan's user avatar
0 votes
0 answers
19 views

Display Images from cloudinary in nextjs

I have added the images to cloudinary but I don't know how to display them in my nextjs website. I'm not really sure how to use the src field. I was able to use the id of each image but I'm not sure ...
Bat Toasty's user avatar
0 votes
0 answers
30 views

Turning image when I upload it to Cloudinary from Strapi

I have an admin panel based on Strapi and I want to save images in Cloudinary. When I try to do it in any collection some of images are turning before saving. How I can change it? I have no need in ...
chekirko's user avatar

15 30 50 per page
1
2 3 4 5
112