diff options
author | hubzilla <git@macgirvin.com> | 2016-07-27 14:54:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 14:54:51 +1000 |
commit | e286b510f1488b0fd529258a0d6159111fc4a2ef (patch) | |
tree | ff4ed6ac277adcd1ec3d6f6dbb4d8fe4eb1ded9a /view/tpl | |
parent | 315dafbe122829aedd80ede1db99d3e4e380dbf8 (diff) | |
parent | 7126fd4b313d60062e111c55fafbae47b9e53a68 (diff) | |
download | volse-hubzilla-e286b510f1488b0fd529258a0d6159111fc4a2ef.tar.gz volse-hubzilla-e286b510f1488b0fd529258a0d6159111fc4a2ef.tar.bz2 volse-hubzilla-e286b510f1488b0fd529258a0d6159111fc4a2ef.zip |
Merge pull request #463 from git-marijus/dev
allow multiple-file cloud upload
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 2 |
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> |