Handle File uploads in Wizard with filament.
I wanted to implement a step form that has some file uploads. This works but I want to save form as draft during each step. But the file uploads will get deleted if the step containing file upload is hidden. I was using saveRelationship() to save the file in draft.
Suppose step 1 has file upload. I went from step 1 to step 2 then the file will get saved in server. Now I go from step 2 to step 3 then the upload will get deleted.
0 Replies