This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Asinox
Hello guys, im facing a problem about image validation, im trying to upload multiple images or just one... but, the message validation error is always: The image need to be jpg, png.
I can try with the correct image format (or images) and validation fail, always.
Can anyone tell me who i can validate a array field? I tried:
'photos' => 'required|image|mimes:jpeg,png,jpg|array',
and
'photos.*' => 'required|image|mimes:jpeg,png,jpg|array',
and
'photos[]' => 'required|image|mimes:jpeg,png,jpg|array',
Any help?
Last updated
1-2 of 2