JSFiddle - React, Tailwind, and code Playground
HTML
<p>Upload directory, but can't upload single file: <input type="file" webkitdirectory mozdirectory /></p>
<p>Upload 1 or more files, but can't upload directory: <input type="file" multiple /></p>
<p>Bascially I want to upload a file or directory from a single file chooser.</p>