diff options
Diffstat (limited to 'src/main/resources/views/files.rocker.html')
-rw-r--r-- | src/main/resources/views/files.rocker.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html index 1bdf858..7e074c4 100644 --- a/src/main/resources/views/files.rocker.html +++ b/src/main/resources/views/files.rocker.html @@ -41,6 +41,12 @@ <span class="progress" id="progress"></span> </h3> + <label class="upload" for="directory"><i class="icon ion-md-cloud-upload"></i></label> + <input directory id="directory" multiple type="file" webkitdirectory/> + + <label class="upload" for="file"><i class="icon ion-md-add"></i></label> + <input id="file" multiple type="file"/> + <table id="table"> <colgroup> <col/> |