Asp.Net Core Web API Tutorial: How to Upload Files

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

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

  • @attilaguba856
    @attilaguba856 14 дней назад

    Perfectly explained! 👍👌

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

    Hello.
    This was really straight forward and it worked for my very simple non production testing.
    Got it running in just a few moments.

  • @گریوانیعلی
    @گریوانیعلی 11 дней назад

    very nice tankyou for this video :)

  • @kavindudilshan8818
    @kavindudilshan8818 Месяц назад

    best one i find in youtube

  • @szymonduranowski4510
    @szymonduranowski4510 Месяц назад

    very useful content! thumbs up!

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

    i have a blog model contains an image file path , i want to combine the create blog logic + file upload and return some errors ? can you help me ?

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

      Sry for late response, what I suggest is to separate the image upload and create post, in the first route you will create the blog post, then at the second route you will upload the image and attach it to the post

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

      @@digidev7060 💙

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

    Hello. How can I write these codes with AJAX. I need it for a project.

    • @digidev7060
      @digidev7060  5 месяцев назад +1

      If you want to do it with Ajax, you should separate your file into small chunks with javascript and upload them, then attach the chunks in .net core

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

    can you do tutorial for write or download

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

      Sure, I'll create a quick video for it