I'm using this:
<input id="fileInput" class="upload-list" type="file" webkitdirectory directory />
to open a folder, and load all the files inside the folder.
I have a .change() trigger to capture the onchange and list all the files.
Every time I re-open the page, I have to manually select the folder.
Is there a way of saving the folder and opening the directory on start up?
I'm using Node Webkit (Chromium Based), so you can add some start-up lines if needed.
webkitdirectorydoesn't seem to accept a path as a value, it's a boolean attribute only as far as I can tell ?