mirror of
https://github.com/directus/directus.git
synced 2026-01-25 09:18:19 -05:00
Allow multiple files in browse (#4037)
* Allow multiple files in browse Fixes #3490 * Don't allow multiple in a single-file upload context Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<template v-else>
|
||||
<p class="type-label">{{ $t('drag_file_here') }}</p>
|
||||
<p class="type-text">{{ $t('click_to_browse') }}</p>
|
||||
<input class="browse" type="file" @input="onBrowseSelect" />
|
||||
<input class="browse" type="file" @input="onBrowseSelect" :multiple="multiple" />
|
||||
|
||||
<template v-if="fromUrl !== false || fromLibrary !== false">
|
||||
<v-menu showArrow placement="bottom-end">
|
||||
|
||||
Reference in New Issue
Block a user