© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
18 replies
toeknee

S3 File Uploads

Guys, what am I missing? My S3 storage driver works fine in laravel, but when using FileUpload as per:
                FileUpload::make('cv')
                    ->label('CV')
                    ->enableDownload()
                    ->disk('s3')
                    ->directory($dir)
                    ->required()
                    ->disablePreview()
                    ->columnSpan(6),
                FileUpload::make('cv')
                    ->label('CV')
                    ->enableDownload()
                    ->disk('s3')
                    ->directory($dir)
                    ->required()
                    ->disablePreview()
                    ->columnSpan(6),


Nothing is uploaded to S3 and instead stays in the Livewire Tmp Dir. Why...
Solution
make sure youre using getState() and not manually accessing the data from Livewire
Jump to solution
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

Tagging S3 Uploads
FilamentFFilament / ❓┊help
3y ago
Lazy file uploads
FilamentFFilament / ❓┊help
3y ago
Two Source File Uploads
FilamentFFilament / ❓┊help
3y ago
File Importer - S3 Error
FilamentFFilament / ❓┊help
2y ago