I'm using the webkitdirectory attribute on my page for allow the user to upload a whole directory:
<input webkitdirectory type="file" />
This works great for Chrome, Firefox and Edge, but is unsupported for Internet Explorer. Is there a alternative in order to support IE?