File upload in a wizard step?
Is it possible to use FileUpload in a Wizard step, read the file, then use the data in a subsequent step? For example upload a csv, then review the data in the next step.
I tried to use afterValidation but cannot figure out how to find the uploaded file's path. But I'm not sure if this idea is possible in the first place. π€
https://filamentphp.com/docs/4.x/schemas/wizards#step-lifecycle-hooks
Solution:Jump to solution
$get
might work here πΊ now onto figuring out how I can display error messages from Halt to the user, and setting the state on the next step2 Replies