07-05-2026

This commit is contained in:
Kevin Adametz 2026-05-07 13:03:01 +00:00
parent 3f3a81a21c
commit 18ca2ce858
11 changed files with 40 additions and 12 deletions

View file

@ -77,7 +77,7 @@ $stats = computed(fn () => [
$handleUploads = function () {
$this->validate([
'uploads' => 'nullable|array|max:10',
'uploads.*' => 'file|mimes:jpeg,jpg,png,gif,webp,mp4,webm,mov|max:51200',
'uploads.*' => 'file|mimes:jpeg,jpg,png,gif,webp,mp4,webm,mov|max:204800',
]);
$service = app(DisplayMediaService::class);
@ -208,7 +208,7 @@ $closeDetail = function () {
accept="image/jpeg,image/png,image/gif,image/webp,video/mp4,video/webm,.jpg,.jpeg,.png,.webp,.mp4,.webm,.mov">
<flux:file-upload.dropzone
heading="Dateien hochladen"
text="Bilder & Videos bis 50 MB Drag & Drop oder klicken"
text="Bilder & Videos bis 200 MB - Drag & Drop oder klicken"
with-progress />
</flux:file-upload>
@if (isset($uploads) && count($uploads) > 0)