[file] 엑셀 파일 업로드 / 다운로드

업로드

개념

  • mulitpart/form-data란?
  • ajax call과 form submit의 차이점
  • Multipart를 클라이언트에서 보내고 서버에서 받는 방법
    •  Client : form 태그 input type="file"의 원리
    • Server : Servlet-Context란?
    • Spring : 
      • @RequestMapping이 처리하는 커맨드 객체

구현옵션

  • 환경설정
    • build.gradle, web.xml, servlet-context.xml [tomcat] context.xml

'┝ 개발 언어 > ┎ JAVA' 카테고리의 다른 글

생성자  (0) 2023.05.17
java7, java8에서 split("") method  (0) 2022.07.12
예외처리 : Exception Handler  (0) 2022.05.11
생성자와 메모리 할당  (0) 2022.05.11
restTemplate  (0) 2022.05.11