Stumped on file handling files with Forms + Spatie Media on Custom Page
I'm having issues handling a file upload on a custom page. I know I'm probably doing something stupid, but wondering if anyone will give me a sanity check.
This is my custom page for a single account edit.
And below is the blade view for it:
On save, the
$data = $this->form->getState();
contains the name
input data, but no file uploads. Is it because of the data
state path?
I know I'm overlooking something simple but stuck at the moment0 Replies