Upload image in asp.net core APIs

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

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

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

    Nice tutorial thanks.

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

    Did everything as in video. I get "The field is required" on every string column, even tho I added something. Please help!

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

    i dont know, every time when i try to upload (POST) my app stop running on visual studio. why?

  • @dsbbros9928
    @dsbbros9928 3 หลายเดือนก่อน

    Plz sir i need how database create

    • @ravindradevrani
      @ravindradevrani  3 หลายเดือนก่อน

      you need to run migration commands.
      .net cli :
      install the ef tool: dotnet tool install --global dotnet-ef
      update database: dotnet ef database update
      visual studio:
      open package manager console and run this command
      update-database
      ps: make sure to update connection string according to your database

    • @dsbbros9928
      @dsbbros9928 3 หลายเดือนก่อน

      @@ravindradevrani thx sir i create manually table then bug fixed

    • @dsbbros9928
      @dsbbros9928 3 หลายเดือนก่อน

      @@ravindradevrani can i contact individually sir

    • @ravindradevrani
      @ravindradevrani  3 หลายเดือนก่อน +1

      ​ @dsbbros9928 Please, do not create them manually. In this way you may face problems. Ef core comes with code first approach. Learn how to add them through migration commands.

    • @ravindradevrani
      @ravindradevrani  3 หลายเดือนก่อน

      @@dsbbros9928 sorry. It is not possible

  • @dimaspancas654
    @dimaspancas654 8 หลายเดือนก่อน

    thanks sir