Ultimate Guide to Cloudinary Image/Video Uploads in MERN Stack | Step-by-Step Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 28

  • @webwizard8
    @webwizard8  ปีที่แล้ว +5

    Cloudinary Platform - cloudinary.com/
    Cloudinary Referal limited for 20 people only - cloudinary.com/invites/lpov9zyyucivvxsnalc5/ewylvuqx0e9gainmgntr?t=default
    Reference Docs - cloudinary.com/documentation/upload_images#uploading_with_a_direct_call_to_the_rest_api
    MongoDB - www.mongodb.com/
    GitHub Repo - github.com/kalyansaxena/upload-files-cloudinary-mern

    • @manasatondur9529
      @manasatondur9529 ปีที่แล้ว

      I am getting primary ID invalid while uploading video. How to solve this

  • @Ezeabasili
    @Ezeabasili ปีที่แล้ว +2

    You did a great job. This your video will be priceless for someone who needs foundation knowledge of Cloudinary. Thank you for taking the time to share your knowledge.

  • @edohadevelops
    @edohadevelops 9 หลายเดือนก่อน

    Just what i needed, Thanks bro!

  • @Frames_of_Mind-1
    @Frames_of_Mind-1 6 หลายเดือนก่อน +1

    Thanks so much brother... Your explanation was clear and great

  • @binarybulletin
    @binarybulletin ปีที่แล้ว +1

    🤩Thanks i checked many Tutorial even i checked clounairy documentation but this its a gem thanks again bro keep it and speak some loud if you can for other people better understanding

    • @webwizard8
      @webwizard8  ปีที่แล้ว

      I'm glad to hear that my tutorial was helpful for you! Your feedback means a lot. I'll definitely keep your suggestion in mind to speak more loudly for better understanding in my future videos. Thanks again for watching and your kind words!

  • @ashikurrahman3259
    @ashikurrahman3259 5 หลายเดือนก่อน

    Thanks man It helps a lot

  • @MOHDABDULRAHMAN-o4e
    @MOHDABDULRAHMAN-o4e 11 หลายเดือนก่อน

    thank you very much sir !

  • @BhubaneshMaharana
    @BhubaneshMaharana 9 หลายเดือนก่อน

    nice explanation

  • @saka_codes
    @saka_codes 7 หลายเดือนก่อน

    thanks bhai kabse fsa tha ❤🚀

  • @innosoltechnologies5873
    @innosoltechnologies5873 4 หลายเดือนก่อน

    I would like to find out where the "type" parameter used in the data.append is coming from?
    Is it a javascript method that one can call in the append method to check the type of file that is being appended?

  • @toyinatofarati5512
    @toyinatofarati5512 10 หลายเดือนก่อน

    Great! Did you experience cors error from cloudinary when deployed on vercel

  • @nahyer
    @nahyer 5 หลายเดือนก่อน

    I followed your steps they are pretty straight forward, but am getting a Cors header error how can i fix this??

  • @gouravmalik5023
    @gouravmalik5023 7 หลายเดือนก่อน

    Can we use this approach at scale

  • @icode8029
    @icode8029 5 หลายเดือนก่อน +1

    Hai bro, thanks for the guide, but i'm still wondering, since react capable to directly upload the image to cloudinary, why do we also need to set up the cloudinary on the backend? I tried the code without running my server and it still works? Wouldn't it be a lot simple to upload the image in client side and after the cloudinary return the url to the uploaded image, then we store that image to mongodb

    • @webwizard8
      @webwizard8  5 หลายเดือนก่อน

      Hey that's a great question!
      From frontend itself you can interact with cloudinary api, get the url and store in db via the backend server
      The only reason why I kept uploading functionality in backend was I want every actions should perform on backend for more security and control

    • @icode8029
      @icode8029 5 หลายเดือนก่อน

      @@webwizard8 Ahhh I see, I guess if u prefer it that way, i think it would be more concise and straightforward if u use react for HTTP request to the backend while including the file in the HTTP Request body, and all of that gets handled by the backend to upload it to the cloudinary.

  • @caesarluisllclaridad822
    @caesarluisllclaridad822 ปีที่แล้ว

    How can i upload it in my frontend?

  • @saltech23
    @saltech23 11 หลายเดือนก่อน

    and how to fetch that data.... image or video

  • @JOKERASHGAMING
    @JOKERASHGAMING 10 หลายเดือนก่อน +1

    why i can't upload more than 100mb files

    • @GreenLadderNow
      @GreenLadderNow 9 หลายเดือนก่อน

      have you purchased the paid version?

    • @JOKERASHGAMING
      @JOKERASHGAMING 9 หลายเดือนก่อน

      @@GreenLadderNow nope

  • @ravikirananaparthi9023
    @ravikirananaparthi9023 10 หลายเดือนก่อน +2

    anna telugu nuvv telugodiva

  • @SHAHIDCode
    @SHAHIDCode ปีที่แล้ว +3

    video containt is good but your explaination is not good bro

    • @webwizard8
      @webwizard8  ปีที่แล้ว +1

      I appreciate your feedback. I'll make sure to work on my explanations to provide better content in the future. Thank you for watching and taking the time to share your thoughts!

  • @innosoltechnologies5873
    @innosoltechnologies5873 4 หลายเดือนก่อน

    You seem to know what you are doing. But very poor at teaching.