Allow to select multiple files when uploading

Fixes #3999
pull/232/head
Francis Lachapelle 2017-01-19 15:41:21 -05:00
parent db1cc24c20
commit 0dea9c226d
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ Enhancements
- [web] fixed visual glitches in Month view with Firefox
- [web] mail editor can now be expanded horizontally and automatically expands vertically
- [web] compose a new message inline or in a popup window
- [web] allow to select multiple files when uploading attachments (#3999)
Bug fixes
- [core] remove all alarms before sending IMIP replies (#3925)

View File

@ -260,7 +260,7 @@
<md-icon>attach_file</md-icon>
<!-- <span><var:string label:value="Attach"/></span> -->
</label>
<input id="fileInput" name="fileInput" type="file" class="ng-hide"
<input id="fileInput" class="ng-hide" name="fileInput" type="file" multiple="multiple"
nv-file-select="nv-file-select"
uploader="editor.uploader"/>
<!--