KV-nobody
KV-nobody
FFilament
Created by KV-nobody on 5/15/2025 in #❓┊help
why im getting this error in filament file upload
The data.media_file_video.0503f964-e3b1-4e80-9d0f-ce2565504557 field must not be greater than 12288 kilobytes. this is very new to us this is my code FileUpload::make('media_file_video') ->label('Video File') ->reactive() ->acceptedFileTypes(['video/mp4', 'video/webm']) ->maxSize(102400) ->disk('s3') ->directory('public/videos') ->visibility('public') ->helperText('Videos: mp4, webm. Max size 100MB.') ->visible(fn(callable $get) => $get('type') === 'video'),
4 replies