FEATURE: add support for up to 10 uploads in the composer

This commit is contained in:
Régis Hanol
2015-06-15 16:29:01 +02:00
parent 1ac3941130
commit 7bc0cbc672
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<label class="radio" for="local">{{i18n 'upload_selector.from_my_computer'}}</label>
{{#if local}}
<div class="inputs">
<input type="file" id="filename-input"><br>
<input type="file" id="filename-input" multiple><br>
<span class="description">{{unbound view.tip}}</span>
</div>
{{/if}}