-- INDEX -- 1. 파일 업로드 2. 업로드 설정 3. 파일 존재여부 4. 파일명 변경 5. 파일 객체 생성 6. 서버 저장실습 설정 commons-fileupload .isEmpty() getOriginFilename() getRealPath() enctype 서버저장 comons-io [0].isEmpty() substring - lastindexof() transferTo() MultipartFile 디비저장 MultipartResolver changeName 1. 파일 업로드 # 내 컴퓨터의 파일을 서버와 디비에 업로드 하기 # 2. 파일 업로드를 위한 설정 파일 업로드를 하기 위해서는 MultiPartResolver 필요하다. 멀티파트 요청을 받기 위해서 – 멀티파트 처리하는 애를 등록해..