I try to get $request->image->getClientOriginalName() but it returns
"Call to a member function getClientOriginalName() on string"
When I call $request->image
it returns a string of the image name on my disk like picture.png
How to get a file object?!