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

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 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 10 месяцев назад

    Just what i needed, Thanks bro!

  • @Frames_of_Mind-1
    @Frames_of_Mind-1 7 месяцев назад +1

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

  • @BhubaneshMaharana
    @BhubaneshMaharana 11 месяцев назад

    nice explanation

  • @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!

  • @MOHDABDULRAHMAN-o4e
    @MOHDABDULRAHMAN-o4e Год назад

    thank you very much sir !

  • @ashikurrahman3259
    @ashikurrahman3259 6 месяцев назад

    Thanks man It helps a lot

  • @saka_codes
    @saka_codes 8 месяцев назад

    thanks bhai kabse fsa tha ❤🚀

  • @toyinatofarati5512
    @toyinatofarati5512 11 месяцев назад

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

  • @innosoltechnologies5873
    @innosoltechnologies5873 5 месяцев назад

    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?

  • @nahyer
    @nahyer 6 месяцев назад

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

  • @gouravmalik5023
    @gouravmalik5023 8 месяцев назад

    Can we use this approach at scale

  • @icode8029
    @icode8029 6 месяцев назад +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  6 месяцев назад

      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 6 месяцев назад

      @@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 Год назад

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

  • @JOKERASHGAMING
    @JOKERASHGAMING 11 месяцев назад +1

    why i can't upload more than 100mb files

  • @ravikirananaparthi9023
    @ravikirananaparthi9023 11 месяцев назад +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 5 месяцев назад

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