I have a Controller:
Controller
@Controller public class ImageController { @GetMapping("/upload") public String uploadImageGet(Model model) {