aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-28 15:35:45 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-28 15:35:45 +0200
commitfc105cf1415cf4124f69d40419b5c52307e993a2 (patch)
tree4d234a8bf4f5579fd010461eba7c7b776f04c914 /view/tpl/cloud_actionspanel.tpl
parente65949f5947d38aff1ac8a5bb2abf682543dfc4f (diff)
downloadvolse-hubzilla-fc105cf1415cf4124f69d40419b5c52307e993a2.tar.gz
volse-hubzilla-fc105cf1415cf4124f69d40419b5c52307e993a2.tar.bz2
volse-hubzilla-fc105cf1415cf4124f69d40419b5c52307e993a2.zip
reusing the original form did not work so well via xhr upload - let us create a new form for this action. revert progressbar- only works nice in firefox
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 8976b3007..eaa613dc4 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -13,7 +13,7 @@
<input type="hidden" name="sabreAction" value="put">
<label for="files-upload">{{$upload_header}}</label>
<div class="clear"></div>
- <input class="form-group pull-left" id="files-upload" type="file" name="file" multiple>
+ <input class="form-group pull-left" id="files-upload" type="file" name="file">
<button id="upload-submit" class="btn btn-primary btn-sm pull-right" type="submit" value="{{$upload_submit}}">{{$upload_submit}}</button>
</form>
<div class="clear"></div>