© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
.ffww

How to Display Uploaded PDF Files in Filament

Hello, I've been studying Filament for about a month now, and I'm currently having trouble creating fields for file uploads. How can I make the fields in the file upload section view the uploaded files? I've tried using the 'openable()' method, and here is an example of my code {

FileUpload::make('contract_file')
->label('Contranct')
->translateLabel()
->preserveFilenames()
->openable()
->acceptedFileTypes(['application/pdf'])
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

Display the PDF uploaded in filament
FilamentFFilament / ❓┊help
3y ago
Remove uploaded files in Filament admin panel
FilamentFFilament / ❓┊help
3y ago
View Uploaded PDF File
FilamentFFilament / ❓┊help
2y ago