File Upload with Blazor WebAssembly | Blazor Blog Series #7

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

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

  • @PatrickGod
    @PatrickGod  3 ปีที่แล้ว

    Shall we change the layout next time? ✏️

  • @BrokenSword17
    @BrokenSword17 2 ปีที่แล้ว +1

    Patrick, I am in the middle of a project for work and your videos are amazingly helpful. Thank you so so so much.

    • @PatrickGod
      @PatrickGod  2 ปีที่แล้ว

      You are so welcome! Thanks a lot for your feedback! 😊

  • @zututukulipa
    @zututukulipa 3 ปีที่แล้ว +1

    Patrick once again stood up to his surname and we love him for that...

    • @PatrickGod
      @PatrickGod  3 ปีที่แล้ว

      Haha, thanks for that! :D

  • @faridulhuk1248
    @faridulhuk1248 3 ปีที่แล้ว

    Hi Patrick Very useful content, I want some advise from you storing the image, which is the best way to store the image in the database, bit format or string format or store the image in the folder and save the url in the db,
    please suggest your preference and why?

  • @SixHatSolutions
    @SixHatSolutions 2 ปีที่แล้ว

    Yes, wouild be very interested in returning progress back from the server... All the examples I've seen that does this are Blazor Server... which of course wouldn't work for WASM. Wondering if you have a simple way of doing this?

  • @alexgoeckner5147
    @alexgoeckner5147 3 ปีที่แล้ว +1

    Thanks for the great content! I know this is something that you wouldn’t want to create a video for. But is there a way to prevent “not safe for work” images on an upload like this?

    • @PatrickGod
      @PatrickGod  3 ปีที่แล้ว

      Hey Alex, Thank you! I think there's not a trivial solution. Maybe there's a library available (on GitHub?) that can analyze the image and detect "not safe for work" content? If you find one that can be used with .NET, let me know! Maybe then I can make this work and upload a tutorial. ;) Take care, Patrick

    • @War3lephant
      @War3lephant 3 ปีที่แล้ว

      @@PatrickGod I can be the tester

  • @nakashilearn6048
    @nakashilearn6048 2 ปีที่แล้ว

    Hi thanks you for this video but how to use API to save the image on database and display on client thanks

  • @jamesscott6864
    @jamesscott6864 ปีที่แล้ว

    Hi Patrick, i get an error
    HttpClient: The uri string is too long
    How may I resolve it ?