But you'd need to be sure that each file you were reading was small enough that it could be loaded into RAM and 'stringified', or that method wouldn't work and you'd have to do it manually.
Another option is I'll be adding storage read/write functionality to the Web IDE soon so you'll be able to click 'download' through there...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Puck.eval
via in Web Bluetooth may work: https://www.espruino.com/Web+Bluetooth#reading-from-puck-jseg. https://github.com/gfwilliams/MakeTomatoes/blob/master/index.html#L24
But you'd need to be sure that each file you were reading was small enough that it could be loaded into RAM and 'stringified', or that method wouldn't work and you'd have to do it manually.
Another option is I'll be adding storage read/write functionality to the Web IDE soon so you'll be able to click 'download' through there...