Support sending multiple images
This commit is contained in:
parent
f2bb543796
commit
3f661ded6c
5 changed files with 55 additions and 31 deletions
|
@ -5,7 +5,7 @@
|
|||
<span class="input-group-btn">
|
||||
<label class="btn btn-send-image unselectable" for="imgur-upload" title="Send image">
|
||||
<i class="glyphicon glyphicon-picture"></i>
|
||||
<input type="file" accept="image/*" title="Send image" id="imgur-upload" class="imgur-upload" file-change="uploadImage($event, files)">
|
||||
<input type="file" accept="image/*" multiple title="Send image" id="imgur-upload" class="imgur-upload" file-change="uploadImage($event, files)">
|
||||
</label>
|
||||
<button class="btn btn-send unselectable"><i class="glyphicon glyphicon-send"></i></button>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue