Level 46
Do you get a validation error? If not then it is working and the problem is somewhere else.
I try to validate a picture with this code.
private $rules = [
'image' => ['mimes:jpg, jpeg']
];
It works for files with extensions .jpeg. but when I upload a .jpg file the image is not displayed.
thanks in advance
Please or to participate in this conversation.