$.ajax({ type:'POST', data:new FormData($('#formId')[0]), cache: false, processData: false, contentType:false, url:"URL주소", success:성공함수, error:에러함수 });