I currently have the following:
<input id="file-upload-input" type="file" multiple="" webkitdirectory="webkitDirectory">
This works great for uploading directories, but I can no longer select individual files. Is there no way to support uploading files and directories?