I know you can get a button to find a file path with the following <INPUT NAME="userfile" TYPE="file" > but is there a variation to this where I can get more than one file or an entire folders location. I want users to be able to give the paths to several files without having to click the button and find 10-20 files.
If there is no html solution do you know if this could be done with javascript.