© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
Subham

File type validation

can't we validate the file type like this when i upload the png i want validation error
FileUpload::make('slider_img1')
->label('Slider Image 1')
->acceptedFileTypes(['jpg', 'jpeg', 'png', 'gif'])
->required()
->disk('public')
->directory('slider_images')
->default(null),
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

CSV file Validation
FilamentFFilament / ❓┊help
3y ago
File upload validation error
FilamentFFilament / ❓┊help
3y ago
Translate File upload validation
FilamentFFilament / ❓┊help
3y ago
Custom validation message for File-upload
FilamentFFilament / ❓┊help
2y ago