AJAX 파일전송 SUBMIT
입력단
var option = { type : "post", url : url, data : param, enctype: 'multipart/form-data', encoding : 'multipart/form-data', success : callback }; $("#almFollowUPForm").ajaxSubmit(option); controller 단에서 int result = businessService.almFollowUpInsert(almFlwUpSearchBean); response.setStatus(HttpServletResponse.SC_OK); response.setContentType("text/html"); response.getOutputStream().println(result);