FileUpload file validation after upload, before submit
Is it possible to validate a FileUpload field before submit? I can access the uploaded file using
afterStateUpdated
and similar functions, but is there any function other than rules
that has access to $fail
? I tried throwing ValidationError, etc but those didn't seem to work.2 Replies
Our article about it: https://laraveldaily.com/post/filament-validate-one-form-field-live-before-submit from 2023 so double check if still works
Solution
Thanks! π I may have gotten it working with