I wonder, how you complement or recommend the validation of an image using Spring Web + Bean Validation (@Valid). For already I googled a lot and some solutions were to be desired. Restrictions for image validation, which is a mandatory field MultipartFile type are: * Not accept empty value; * Accept only extensions .png / jpeg / jpg.
Thank you very much in advance!