Image handling in .NET Core Web API | Image upload with single & multiple files in Server path & DB

Поделиться
HTML-код
  • Опубликовано: 17 май 2023
  • #dotnet7 #dotnetcore #webapi #nihiratechiees
    Topic covered
    ===========
    * Upload ( Server path & Database) with single & multiple images
    * Download from Server path & Database
    * Retrieve & display from Server path & Database
    * Delete Images from Server path & Database
    Source Code GitHub Link
    ====================
    github.com/nihira2020/WEBAPI_...
    Join this channel to get access to perks:
    / @nihiratechiees

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

  • @ilkerberkeelcioglu1130
    @ilkerberkeelcioglu1130 7 месяцев назад

    Crystal clear and very straightforward. Thank you so much, glad I found you!

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

    Very thorough and well explained. Thanks for the video.

  • @mishaslizhov1056
    @mishaslizhov1056 4 месяца назад

    Thank you very much, you're a lifesaver!

  • @javadzamani3385
    @javadzamani3385 22 дня назад

    This tutorial is so fu......ing good thank you bro

  • @kjm2002
    @kjm2002 10 месяцев назад

    Thank you so much for your time in showing how to accomplish this topic in an up-to-date framework. Even though the code may have only minor differences, or perhaps no changes at all since previous frameworks, I always go for as close to exact scenario as applicable first. My challenge now is trying to implement what swagger has seemingly done fairly automated (please correct me if I'm mistaken), but more towards the front-end of things via | entity framework -> bootstrap -> html |

    • @NihiraTechiees
      @NihiraTechiees  10 месяцев назад

      For these scenarios there is no much difference with previous version

  • @HusseinDJasim
    @HusseinDJasim 9 месяцев назад

    Thank you so much

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie Год назад

    Good one bro. I learnt new method. But u forgot to make tutorial on multiple model popup. I was requested before.😊

  • @mrinal0511
    @mrinal0511 4 месяца назад

    good and useful video

  • @Leen-Odeh287
    @Leen-Odeh287 3 месяца назад

    Thannnnnnnnnnk youu so much

  • @sumithadevibalasubramanian2274
    @sumithadevibalasubramanian2274 10 месяцев назад

    I am using Code first approach but it is not storing in database what should i do?

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

    Can we upload user specific images in azure blob storage?

  • @tradeTalkBD
    @tradeTalkBD 7 месяцев назад

    would you please make Angular Fontend for this API?

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

    Are you going to need reading, writing permissions in the server when we publish this?

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

    ❤ React + Typescript project pannunga sir

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

    Can you please share the repository link

  • @mtempty9872
    @mtempty9872 10 месяцев назад

    why i don't use APIResponse

    • @mtempty9872
      @mtempty9872 10 месяцев назад

      The type or namespace name 'APIResponse' could not be found (are you missing a using directive or an assembly reference?)

    • @NihiraTechiees
      @NihiraTechiees  10 месяцев назад

      It's just class could you add that. Just follow the video

    • @mtempty9872
      @mtempty9872 10 месяцев назад

      @@NihiraTechiees ok i see it. Thank u very much

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

    var app = builder.Build();
    System.AggregateException: 'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: ProExtrm.IRepository.IImItemRepository Lifetime: Scoped ImplementationType: ProExtrm.Repository.ImItemRepository': Unable to resolve service for type 'Microsoft.Data.SqlClient.SqlCommand' while attempting to activate 'ProExtrm.Repository.ImItemRepository'.) (Error while validating the service descriptor 'ServiceType: ProExtrm.IServices.IImItemServices Lifetime: Scoped ImplementationType: ProExtrm.Services.ImItemServices': Unable to resolve service for type 'Microsoft.Data.SqlClient.SqlCommand' while attempting to activate 'ProExtrm.Repository.ImItemRepository'.)'

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

      Service have some constructor dependency