filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Use case #764

Open engmsilva opened 3 years ago

engmsilva commented 3 years ago

I would like to know if it is possible with this lib to get the absolute path of a selected directory through an html input element.

<input type="file" webkitdirectory />

humphd commented 3 years ago

Filer isn't connected to the file input type in any way. You could choose to use them together, by manually writing files to a filer filesystem that you get via an input.