© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
iluisfr

->downloadable() not downloading

I've this FileUpload working good:

FileUpload::make('att_exterior')
->label('Exteriores, portal, pasillos')
->disk('s3DO')
->directory('visita')
->multiple()
//->previewable(false)
->downloadable(),

It upload perfectly to S3, but when I push the download button, it just open the file in the same window and is not downloading it (is like a preview). Is it a way to force the download? Thanks for any help!!

Edit: I've already checked the CORS in my S3 storage manager and it's correct, Is any way to debug it? I've tried everything and it's not working
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:: ->downloadable()
FilamentFFilament / ❓┊help
2y ago
->downloadable in Table Builder
FilamentFFilament / ❓┊help
2y ago
Downloadable() and Openable() gives me 404 error
FilamentFFilament / ❓┊help
2y ago
Create a custom field with two fields (downloadable)
FilamentFFilament / ❓┊help
2y ago