Build a File Picker app using HTML, CSS, JavaScript | Vite | File System Access API

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

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

  • @Hatoricodes143
    @Hatoricodes143 3 ปีที่แล้ว +2

    enjoyed the stream

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

    really helpful for beginners who want to explore File System Access API,
    keep up the good work.

  • @rangabharath4253
    @rangabharath4253 3 ปีที่แล้ว +2

    Awesome

  • @MelvinAdekanye
    @MelvinAdekanye 3 ปีที่แล้ว +2

    I've been wanting to make something like this for a while. But is it possible to edit, lets say you pull up the text file. Can you edit that text file and have it update on the users computer?

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

      The answer can be yes.
      Because you can save files using this API. Check out the docs
      web.dev/file-system-access

    • @MelvinAdekanye
      @MelvinAdekanye 3 ปีที่แล้ว +2

      @@MaxProgramming Thanks. I'll check it out. I was thinking of making an online editor. That saves to a DB or the users computer.

    • @MaxProgramming
      @MaxProgramming  3 ปีที่แล้ว +2

      @@MelvinAdekanye Yeah I have the same thought. I just made this one simple and introductory so that it is easy to understand for beginners