I have the following code in my controller which is responsible for loading a client with a photo.
@RequestMapping(method = RequestMethod.POST, value = "/form")
public String guardar(@Valid @ModelAttribute("cliente") ClienteEntity cliente, Bin...
asked by
01.03.2018 / 15:35