python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cloudinary upload pdf max width and height
Using Cloudinary, just like an image, I would like to limit the width and height of the pdfs that are uploaded.
This is how I upload the file:
const res = await new Promise((resolve, reject) =>
...
Artiom O
Votes: 0
Answers: 1
Cloudinary images aren't displaying on live site
Pretty new to Rails, but I'm having an issue getting images to display on a live site. The images are uploaded by the user as part of creating a post, but I'm running into two issues:
The media libra...
finno41
Votes: 0
Answers: 1
how can upload image and video with cloudinary
const Profile = () => {
const [file, setFile] = useState("");
const send = async (event) => {
const data = new FormData();
data.append("file", file);
data...
Hmr Walid
Votes: 0
Answers: 0
Any free alternatives of Cloudinary to host video with <video> tag in my website?
do you know any free websites where I could load my video like this? Google Drive offers only an embed option. I don't have access to my web hosting server and I won't get it (corporate bureaucracy......
Tadas
Votes: 0
Answers: 1