in Education by
Currently I'm using Cloudinary.com to save my users images. I know how to do some of the transformations on the image url (ex. f_auto, q_auto, w_xx, c_scale, etc) but this is after I've uploaded it and saved it as an asset and have the url to the image on their server. QUESTION - I would like to edit my image (brightness, contrast, crop, zoom, rotate) as soon as the user loads it onto my site and before I upload it to Cloudinary. Can I do this with the Cloudinary SDk? Is it done right on the browser or is there some temporary place on their server where it can get saved, while it's being edited by my user? FYI - I've only found this as a resource in their docs, but there is a not above it that says "Note This step assumes that you have assets already uploaded in your account." Cloudinary link JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
When using Cloudinary Programmable Media, its workflow requires the assets to be uploaded first before the transformations can be applied. And in your use case, you may need to manage the assets within your custom code before uploading the final asset to your Cloudinary Media Library. Alternatively, you could also explore the Media Editor Widget and see if it can fit your needs.

Related questions

0 votes
    I'm building a single page application. On the client side I'm using Nuxt.js (which includes Vue. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    2 Fill in the blanks:- 1) You can save, open, edit and close the MS Paint program with the _______ button ... O ans of subject computer Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    I'm writing an iPhone app that takes a photo and then uploads it to a server. How do I upload a ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 18, 2022 in Education by JackTerrance
0 votes
    I have use the pesdk library to edit an image. public static int GALLERY_RESULT = 2; private void ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I have use the pesdk library to edit an image. public static int GALLERY_RESULT = 2; private void ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I am trying to use qt creator and python to generate flowcharts with values. I want to save the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I am using Laravel Image Intervention to resize an image upload field on my form. This is the error ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    I was trying to write a quick-and-dirty script to generate plots easily. For that, I was using the following code ( ... do I do that? Select the correct answer from above options...
asked Jan 30, 2022 in Education by JackTerrance
0 votes
    So I am trying to build a docker image with the Golang SDK, everything runs except the section in ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    I've followed all guides and answers, and everything displays correctly, but the actual upload doesn't ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 7, 2022 in Education by JackTerrance
0 votes
    I've followed all guides and answers, and everything displays correctly, but the actual upload doesn't ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    in my app i want to upload an image chosen via UIImagePickerController to a database which only accepts JPEG ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 16, 2022 in Education by JackTerrance
0 votes
    I want to load an image from my computer into 2D Graphics so that I can edit it afterwards and ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I would like to send one request when I scroll the tableview up and another request when I scroll down ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I would like to send one request when I scroll the tableview up and another request when I scroll down ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
...