Upload image in asp.net core APIs

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

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

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

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

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

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

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

    Nice tutorial thanks.

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

    Plz sir i need how database create

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

      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 2 หลายเดือนก่อน

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

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

      @@ravindradevrani can i contact individually sir

    • @ravindradevrani
      @ravindradevrani  2 หลายเดือนก่อน +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  2 หลายเดือนก่อน

      @@dsbbros9928 sorry. It is not possible

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

    Please create Angular 18 crud with image with these api's.. please with update delete method pagination sorting searching also

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

      I already have on angular image upload with different dotnet api app.
      And Its not angular 18. But will work with 18.
      th-cam.com/video/bFbCAJCxxHI/w-d-xo.html

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

      @@ravindradevrani i also watched it but in this video you didn't create update delete and getsingleonebyId methods you only created 'create and getall' please if you do this completely with Angular 18 and .Net 8 it will really help me alot I subscribed your channel since 2 years and watch a lot of your videos of diffrent different contents..

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

      Sorry, I am not able to post any content due to some personal issues.
      Even, i have one unedited video on "razor pages image crud". I wonder i could finish it.

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

      @@ravindradevrani okay sir thanks you no issue but if you get your time make an ecommerce project with full features with angular and dotnet if you get your time if when you'll have not any issues okay thanks you for your all favourites content love from #Pakistan #Appreciated #support you

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

    thanks sir