Multiple images can now be selected in file chooser and drag/drop

This commit is contained in:
Scott Nonnenberg
2019-01-16 10:32:57 -08:00
parent f69a0b45bf
commit 1e4b562922
4 changed files with 18 additions and 28 deletions

View File

@@ -132,7 +132,7 @@
</div>
<div class='choose-file'>
<button class='paperclip thumbnail'></button>
<input type='file' class='file-input'>
<input type='file' class='file-input' multiple='multiple'>
</div>
</div>
</form>