Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow to select multiple files when uploading
Fixes #3999
  • Loading branch information
cgx committed Jan 19, 2017
1 parent db1cc24 commit 0dea9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion UI/Templates/MailerUI/UIxMailEditor.wox
Expand Up @@ -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"/>
<!--
Expand Down

0 comments on commit 0dea9c2

Please sign in to comment.