diff options
author | Johannes <johannes@cloudron.io> | 2016-11-15 16:56:03 +0100 |
---|---|---|
committer | Johannes <johannes@cloudron.io> | 2016-11-15 16:56:03 +0100 |
commit | ecfbca9fd86e73ab6ae949e49578906ceda12a5b (patch) | |
tree | 78475109ce3420d16d46db812a00572e5efb96ad /app/index.html | |
parent | 5be531a3b6df5ab59065ccc534b774261b3ad622 (diff) | |
download | Surfer-ecfbca9fd86e73ab6ae949e49578906ceda12a5b.tar.gz Surfer-ecfbca9fd86e73ab6ae949e49578906ceda12a5b.tar.zst Surfer-ecfbca9fd86e73ab6ae949e49578906ceda12a5b.zip |
Support multifile upload via the webinterface
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html index b1c7da6..80f9bdd 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -108,7 +108,7 @@ | |||
108 | <div class="col-lg-12"> | 108 | <div class="col-lg-12"> |
109 | <center> | 109 | <center> |
110 | <form id="fileUploadForm"> | 110 | <form id="fileUploadForm"> |
111 | <input type="file" v-el:upload style="display: none" id="uploadInput"/> | 111 | <input type="file" v-el:upload style="display: none" id="uploadInput" multiple/> |
112 | <button class="btn btn-primary" v-on:click.stop.prevent="upload()" id="uploadButton">Upload</button> | 112 | <button class="btn btn-primary" v-on:click.stop.prevent="upload()" id="uploadButton">Upload</button> |
113 | </form> | 113 | </form> |
114 | </center> | 114 | </center> |