html - Uploading Multiple files or directories -


i give user option upload either single file, multiple files or directory. 1 file chooser. able working 2 using following tags:

<p>directory: <input type="file" webkitdirectory mozdirectory /></p>
<p>multiple: <input type="file" multiple /></p>

however requires user click on different button depending on whether uploading files or directory.

is possible functionality 1 file chooser?

edit: https://jsfiddle.net/26szvfgk/3/


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -