© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Show file uploaded in Infolist - Filament
F
Filament
•
2y ago
•
13 replies
PabloZagni
Show file uploaded in Infolist
Hi
. My forms uploads a PDF to the storage
. Is there a way to show a component in an Infolist and download the file
?
Thanks
Solution
Oops
, I managed to solve it using Custom entries
.
https://filamentphp.com/docs/3.x/infolists/entries/custom
My view
:
<x
-dynamic
-component
:component
=
"
$getEntryWrapperView
(
)
"
:entry
=
"
$entry
"
>
<div
>
@foreach
(
$getState
(
) as
$state
)
<p
>
<a href
=
"
{
{ url
(
'storage
/
'
.
$state
)
}
}
" title
=
"Download
"
>
{
{
$state
}
}
<
/a
>
<
/p
>
@endforeach
<
/div
>
<
/x
-dynamic
-component
>
Custom entries - Infolist Builder - Filament
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Show Image in InfoList
F
Filament / ❓┊help
3y ago
Only show label in a infolist
F
Filament / ❓┊help
2y ago
SpatieMediaLibraryFileUpload show uploaded images
F
Filament / ❓┊help
3y ago
Read uploaded file in form wizard
F
Filament / ❓┊help
2y ago