I am trying to make a file system for my website and I this file input to hold multiple files.
I tried to put the files in a folder and put the directory on file input's value but it did not work. How can I solve this ?
(You can also comment solutions with NodeJS file system.)
<div id="input-div-2"><input id="program-input" required type="file" value="/6/" name="file input"></div>