Uploading and Storing Images and Files with Multer, Cloudinary, and MySQL in a Node.js App

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

Комментарии • 11

  • @drenswe
    @drenswe 6 месяцев назад +1

    I hope you make one with nextjs

  • @ktoscos4546
    @ktoscos4546 10 месяцев назад +1

    Very clear english

  • @ghufranaftab9355
    @ghufranaftab9355 Год назад +1

    Thank you so much bro

  • @dhensyafaath5877
    @dhensyafaath5877 Год назад +2

    but how upload more than 1 image at a time?

    • @bu_fahad
      @bu_fahad  Год назад +1

      In the form, use multiple flag on input field and on the backend receive files in req.files instead of req.file. you will have an array of files which you can pass to cloudinary as well as to the database

  • @ghufranaftab9355
    @ghufranaftab9355 Год назад +1

    Can you please upload tutorial of stripe payment gateway node, express mysql

    • @bu_fahad
      @bu_fahad  Год назад +1

      They have pretty straightforward docs here
      github.com/stripe/stripe-node

    • @ghufranaftab9355
      @ghufranaftab9355 Год назад

      @@bu_fahad thanks bro

  • @yashrajsinghmandloi9851
    @yashrajsinghmandloi9851 Год назад +1

    How to upload video