mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-20 15:41:40 -04:00
Allow for uploading multiple attachments (#311)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@inject ILogger<AttachmentUploader> Logger
|
||||
|
||||
<div class="col-span-6 sm:col-span-3">
|
||||
<InputFile OnChange="@HandleFileSelection" class="block w-full text-sm text-gray-900 border border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400" />
|
||||
<InputFile OnChange="@HandleFileSelection" multiple class="block w-full text-sm text-gray-900 border border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400" />
|
||||
@if (!string.IsNullOrEmpty(StatusMessage))
|
||||
{
|
||||
<p class="mt-2 text-sm text-gray-500 dark:text-gray-400">@StatusMessage</p>
|
||||
|
||||
Reference in New Issue
Block a user