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
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

contact20464
contact20464

try :


'photos'       => 'required',
'photos.*'       => 'mimes:jpeg,png,jpg',

Last updated

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.