파일업로드
-
전자정부프레임워크기반 게시판 만들기 (6) 파일 업로드,다운로드DEV/Spring 2020. 12. 31. 12:09
pom.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 commons-fileupload commons-fileupload 1.3.1 commons-io commons-io 2.6 Colored by Color Scripter cs 추가후 Maven Update 꼭!!해주기 dispatcher-servlet.xml 1 2 3 4 5 Colored by Color Scripter cs testMapper.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 UPDATE test SET testTitle = #{testTitle}, testContent = #{testContent}, fileName = #{fileName} WHERE testId = #{testId} Colored..