You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule is primary image is required and rest of the images are optional. So I have mentioned them as nullable.
The issue is at images.* when I do not select any images, they are not passing, as the minimum requirement is 1MB. But my post call is having the empty file selector reference.
The text was updated successfully, but these errors were encountered:
I am collecting an array of images from multipart/form-data
and my validator is
The rule is primary image is required and rest of the images are optional. So I have mentioned them as nullable.
The issue is at images.* when I do not select any images, they are not passing, as the minimum requirement is 1MB. But my post call is having the empty file selector reference.
The text was updated successfully, but these errors were encountered: