Image Upload to Cloudinary - Creating a Product | React and Node.js Ecommerce

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 31

  • @redsharingman
    @redsharingman 2 роки тому +3

    That was the best explanation on how to upload image to cloudinary with react and node js! Thank you!

  • @doriantheo5134
    @doriantheo5134 Рік тому

    After struggling with image uploading, I found that video. Thank you for this great stuff.

  • @SHAHIDCode
    @SHAHIDCode Рік тому

    best explanation on how to upload image to cloudinary with react and node js! Thank you!

  • @boonyaweeprasertsiripond4167
    @boonyaweeprasertsiripond4167 2 роки тому

    Thank you very much! I am so glad I found your video. I have tried many things and it did not work until I found yours! Appreciate this!

  • @ProwlerDigital
    @ProwlerDigital Рік тому +1

    You're the only person with this solution on YT thank you!

  • @davindersingh-ev8lu
    @davindersingh-ev8lu 6 місяців тому

    I must say this one is a great tutorial, but I was thinking that is this a correct way to save the base64 in you redux store ?

  • @WillSmith-qt7me
    @WillSmith-qt7me 2 роки тому

    Great Cloudinary tutorial. Thanks, friend.

  • @Davyhatesu
    @Davyhatesu 2 роки тому +3

    I have been looking for this exact video for a while now! awesome work!

  • @okumorphilip8087
    @okumorphilip8087 10 місяців тому

    What about for multiple images? Sometimes when the image resolution is high, it returns a “Field Value too Long” from my backend
    N.B my server limit is set at 50mb

  • @nimimisuter7243
    @nimimisuter7243 Рік тому

    I'm getting the erro that state.items.push()is not a function

  • @saimundev
    @saimundev 2 роки тому

    sir how to uplode large file? when i uplode large file may be 5 mb i got error .. the error is request is to large..how can i solve this problem

  • @frandepaulo
    @frandepaulo 2 роки тому

    i can create an image but I can't update the image :/

  • @engineermaxwel6732
    @engineermaxwel6732 2 роки тому

    I have a question I just saw you creating router.post and router.get in one file one to create product and one to fetch them all but in your server.js you included them in one endpoint route '/api/products' how do you separate them during execution

    • @ChaooCharles
      @ChaooCharles  2 роки тому +1

      When you make a req it usually has a method. Either GET or POST method. Eg axios.get and axios.post, these methods are the ones that differentiates the routes

    • @engineermaxwel6732
      @engineermaxwel6732 2 роки тому

      @@ChaooCharles what if I am creating user routes and both have post especially creating user, logging in user and change password

    • @engineermaxwel6732
      @engineermaxwel6732 2 роки тому

      Like I am creating a route here for products and there is create, get, put and delete or in this scenario I have to create different files

    • @ChaooCharles
      @ChaooCharles  2 роки тому

      @@engineermaxwel6732 you don't need a new file, you can do something like this router.post("/login", ...) router.post("/register", ...)

    • @ChaooCharles
      @ChaooCharles  2 роки тому

      Then the path for request will be something like this baseurl/api/auth/login, baseurl/api/auth/register

  • @apprendrelibrementlaprogra596
    @apprendrelibrementlaprogra596 2 роки тому

    Thank you

  • @Victor-wh9bs
    @Victor-wh9bs Рік тому

    Thank You So much. It helps lot