Renan
How to display a file uploaded in a previous step in a Filament wizard form (before submission)?
I’m using a multi-step (wizard) form in Laravel + Filament.
In the first step, the user uploads a file using the FileUpload component.
Is it possible to access or display that uploaded file in a later step (e.g., a Review step), even before the form is submitted?
I’d like to show a preview or a link to the file that was attached in the earlier step.
11 replies