aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-26 13:17:46 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-26 13:17:46 +0200
commit560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0 (patch)
treea05e018d04f8202e2b2e085c4a95ecabeaec19df /view/tpl/cloud_actionspanel.tpl
parente38880a68669e572efcaef1b99518116460ba0b0 (diff)
downloadvolse-hubzilla-560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0.tar.gz
volse-hubzilla-560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0.tar.bz2
volse-hubzilla-560af7a5b8e30001ea6bf9a6d2ea36e94ae904d0.zip
allow multiple-file cloud upload
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r--view/tpl/cloud_actionspanel.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl
index acba965f2..9cdd73b31 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -18,7 +18,7 @@
<div class="clear"></div>
<label for="files-upload">{{$upload_header}}</label>
<div class="clear"></div>
- <input class="form-group pull-left" id="files-upload" type="file" name="file">
+ <input class="form-group pull-left" id="files-upload" type="file" name="file[]" multiple>
<button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$upload_submit}}">{{$upload_submit}}</button>
</form>
<div class="clear"></div>