Is your feature request related to a problem? Please describe.
Currently you can't upload multiple files / folders on the HTTP share provided by TrebleShot. Since TrebleShot is currently only available on android sharing files to other platforms is difficult / cumbersome.
Describe the solution you'd like
Allow uploading of multiple files from the HTML-input form and handle multiple files.
Describe alternatives you've considered
Implement the new HTML5 drag&drop / folder upload api and have input-form as a backup for legacy clients.
Additional context
example folder upload implementation:
https://stackoverflow.com/a/53058574
NanoHTTPD supports multi file/part upload: https://github.com/NanoHttpd/nanohttpd/blob/master/fileupload/src/test/java/org/nanohttpd/junit/fileupload/TestNanoFileUpLoad.java#L182
Is your feature request related to a problem? Please describe.
Currently you can't upload multiple files / folders on the HTTP share provided by TrebleShot. Since TrebleShot is currently only available on android sharing files to other platforms is difficult / cumbersome.
Describe the solution you'd like
Allow uploading of multiple files from the HTML-input form and handle multiple files.
Describe alternatives you've considered
Implement the new HTML5 drag&drop / folder upload api and have input-form as a backup for legacy clients.
Additional context
example folder upload implementation:
https://stackoverflow.com/a/53058574
NanoHTTPD supports multi file/part upload: https://github.com/NanoHttpd/nanohttpd/blob/master/fileupload/src/test/java/org/nanohttpd/junit/fileupload/TestNanoFileUpLoad.java#L182