FileUpload returning string rather than Illuminate\Http\UploadedFile type
Is there a way to define the FileUpload components type? I've seen examples of this and couldn't figure out how they managed to do it
1 Reply
if you use $this->form->getState() it returns a string
you should always use that instead of reading from the class property