js/upload.js > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

js/upload.js

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 32회 작성일 24-07-03 10:28

본문

async function uploadToServer(formObj){ //파일 첨부


console.log("upload to server .....");

console.log(formObj);


const response = await axios({

method : 'post',

url : '/upload',

data : formObj,

header : {

'Content-Type' : 'multipart/form-data'

},

});


return response.data;

}


async function removeFileToServer(uuid, fileName){ //파일 삭제


const response = await axios.delete(`/remove/${uuid}_${fileName}`)


return response.data

}

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
26
어제
210
최대
10,760
전체
268,028
Copyright © dancePKT . All rights reserved.