The input also has a special attribute named webkitdirectory
which allows users to choose and upload an entire folder including all of its sub directories recursively.
<input type="file" webkitdirectory multiple />
It's supported in all modern browsers.