728x90 업로드1 springboot 파일업로드 프론트에서 MulitpartFormdata로 전송시에도 마찬가지로 추가 form data 컨트롤러 파라미터로 받을 수 있다. @PostMapping("/add_content") public ResponseEntity addContent(Integer content_board_idx, Integer content_writer_idx, String content_subject, String content_text, MultipartFile content_image) throws IOException { if(content_image==null || content_image.isEmpty()){ mainService.createContent(content_board_idx, content_writer_idx,.. 2022. 7. 1. 이전 1 다음 728x90