© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
2 replies
Matthew

FileUpload max size validation isnt working

FileUpload::make('server')
    ->maxSize(102400)
    ->disk('<...>')
    ->visibility('private'),
FileUpload::make('server')
    ->maxSize(102400)
    ->disk('<...>')
    ->visibility('private'),

if I upload a file of size > 12MB, it gets rejected for being too large. However,
post_max_size
post_max_size
,
memory_limit
memory_limit
,
max_upload_size
max_upload_size
,
upload_max_filesize
upload_max_filesize
in the ini file are all over 128MB, and the validation, still considers 12MB as the limit. Am I missing something?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

FileUpload validation not working
FilamentFFilament / ❓┊help
15mo ago
FileUpload Validation Messages
FilamentFFilament / ❓┊help
15mo ago
FileUpload validation message
FilamentFFilament / ❓┊help
2y ago