{{-- Files this page already uploaded count towards the quota: they can still become a share. --}}
@if ($isStorageFull && $pendingFiles->isEmpty())
@else
{{-- WebCrypto, which encrypts the files in the browser, only exists on HTTPS (or localhost). --}}
{{-- Drop zone: the shape behind the icon turns into a burst while files are over it. --}}
{{ __('Drag & drop files or folders here') }}
{{ __('or click to browse') }}
{{-- The button is the tab stop and opens the browser's own picker; the input only carries the selection. --}}
{{-- Upload progress, over every file still to send --}}
@foreach ($pendingFiles as $file)
{{ Number::fileSize($file->file_size) }}
ยท
@endforeach
@endif
{{-- Options --}}
@if ($usePassword)
{{-- Generate draws one as Admin settings say (App\Services\PasswordGeneratorService); Copy takes
whatever is in the field, typed or generated, with the snackbar a copyable field shows. --}}
@if ($passwordGeneratorMode !== 'off')
@endif
@endif
@endif