How to upload images to Cloudinary with Multer and Express.js

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • The GitHub code: github.com/xhu...

Komentáře • 38

  • @spoken.english.simplified
    @spoken.english.simplified Před 10 měsíci +2

    i have wasted my hours in others resource but this worked thanks osmaiDev

  • @spyboy0076
    @spyboy0076 Před 7 měsíci +1

    Best video for file upload in youtube. Thanks buddy. Subbed

  • @mauriciomunoz5350
    @mauriciomunoz5350 Před rokem +1

    gracias te amooo, gracias a vos suizo! puedo dormir sos lo mas !!!!

  • @josuegoyret2156
    @josuegoyret2156 Před 9 měsíci +1

    Awesome video, straight to the point. Thanks

  • @mkashifsaeed2907
    @mkashifsaeed2907 Před 7 měsíci +1

    thanks buddy, it was straight to the target..

  • @gedeonagmas
    @gedeonagmas Před rokem +1

    clear and simple thank you bro you make my day 👍👍

  • @xboy2374
    @xboy2374 Před měsícem

    very clear and simple bro

  • @nachopad22
    @nachopad22 Před měsícem +1

    In my project I am using Multer to store profile images locally. But if I want the images to be uploaded directly to cloudinary without being stored in my project, how do I do it?
    At the moment the images are uploaded to clodinary thanks to the local image path.

  • @andream9696
    @andream9696 Před 5 měsíci

    This was on point and super helpful! Thank you!

  • @ayushsharma413
    @ayushsharma413 Před 29 dny

    Thank you sir, much appreciated !

  • @jaideepgupta5516
    @jaideepgupta5516 Před 3 měsíci

    This was on point and super helpful!

  • @varunparihar3717
    @varunparihar3717 Před 5 měsíci

    Thanks a lot. This was very helpful.

  • @user-wb3iq3xd6h
    @user-wb3iq3xd6h Před 10 měsíci +1

    Great! Thanks, man.

  • @mahardhikaputra
    @mahardhikaputra Před rokem +1

    thanks for this content, very helpful

  • @AdrimediaWebdev
    @AdrimediaWebdev Před 5 měsíci

    Great video, thank you 👍👍

  • @nadaadzani6689
    @nadaadzani6689 Před 7 měsíci +1

    good video, it helped me a lot, but i was wondering if you could use async await instead of cb

    • @osmanidev
      @osmanidev  Před 7 měsíci

      I will make a video about this and how to upload miltiple images soon

  • @lokindradangi
    @lokindradangi Před rokem +1

    Thank u man for amazing video

  • @TECHNICALANDROID360BD
    @TECHNICALANDROID360BD Před 11 měsíci +2

    thanks bro

  • @NemoOmarrr
    @NemoOmarrr Před 4 měsíci

    thanks , it's helpful

  • @iwillchangemybadtime8480
    @iwillchangemybadtime8480 Před 6 měsíci

    the best Videio

  • @adamorowski2294
    @adamorowski2294 Před 6 měsíci

    Thank you.

  • @user-yz5hj3zg2x
    @user-yz5hj3zg2x Před 4 měsíci

    What's the need of using multer or temporarily storing the image in your own server?

    • @osmanidev
      @osmanidev  Před 4 měsíci

      So that u can access that and upload it to cloudinary becouse you dont hace a interface like something to handle the file, imagine when u drag and drop smth in a upload fiel in a website well that place or the button is the thing that handels it without that would be impossible right eaven thou the logic is there to do it, thats how i would explain it to get the point and there is a technical explanation but id have to look it up on the docs so yea dont know that one

  • @sayakraha12
    @sayakraha12 Před 8 měsíci +1

    how to access these images while reading related data?

    • @osmanidev
      @osmanidev  Před 8 měsíci

      It should be inside the data object u get back after the request has finished, the urls should be there

  • @izaanahmedkhan1197
    @izaanahmedkhan1197 Před měsícem

    Cute

  • @shuheed
    @shuheed Před 3 měsíci

    Excellent ! I added the files after 2 days searching. And now how to delete files from cloudinary ?

  • @luismolinuevo5255
    @luismolinuevo5255 Před rokem +1

    How could you do it for multiple imgs

  • @user-jc6pm8xz7k
    @user-jc6pm8xz7k Před 6 měsíci

    how to upload video ?