filament v3: file upload on custom page
Hi guys, so I have this custom page which implements
HasForms
and uses the InteractsWithForms
trait.
I've added a File Upload field to the schema, but anytime I upload an image, I get this error:
Anyone encountered this error in V3?5 Replies
This happens only if I try to store it in a variable of it's own, like:
If I use
and then
then it works.
make sure to call
$this->form->fill()
on mount()
awesome, that worked π
thanks
Thank you guys i had the same problem
updateProperty