파일 업로드 (1) 썸네일형 리스트형 전자정부프레임 워크 Java BackEnd 파일 업로드 하는 방법 HTML 다음 이전 Javascript // 여기에 -> wr_id 추가해서 보내고 controller에서 받아서 저장 $.ajax({ url: "/ud/write_update_file", type: "POST", processData: false, contentType: false, data: form_data, success: function (response) { console.log(response) alert("교육신청이 완료되었습니다."); window.location = "/ud/index"; }, error: function (errorThrown) { console.log(errorThrown) alert("교육신청이 실패되었습니다." + errorThrown); /* location.r.. 이전 1 다음