filer icon indicating copy to clipboard operation
filer copied to clipboard

Use case

Open engmsilva opened this issue 4 years ago • 1 comments

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 />

engmsilva avatar Feb 24 '21 11:02 engmsilva

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.

humphd avatar Feb 24 '21 15:02 humphd