Level 3
Show controller.
I have this problem with validating the image even though i am uploading a valid .png or .jpg file, i am using the latest version of laravel
I cant figure it out what is wrong in my code
regards ciby
Validation
'picture' => 'image|mimes:jpg,png',
View
<input type="file" class="form-control" name="picture" id="picture">
Please or to participate in this conversation.