Can I defer uploading via the FileUpload component until form submission
I'm using Filament's file upload component in my form within my livewire component:
https://filamentphp.com/docs/3.x/forms/fields/file-upload
Currently the way it works is that the user selects or drops their file onto the uploader and it immediately uploads. What I'd really like is for the upload itself to be deferred until the user has filled in the rest of the form. Is this possible?
1 Reply
@urbycoz did you figure out a work-around on this?