abubakar's avatar

upload photo error

"Call to a member function getClientOriginalExtension() on null" this error occur when not upload image in profile and update the record .when i also update the profile image as well as data then not error occur. how i can fix it? Thanks

0 likes
1 reply
bashy's avatar

Check you've added enctype="multipart/form-data" to the form.

You can also test this by doing

return $request->allFiles();

Please or to participate in this conversation.