파일업로드
-
(국비교육) 57 - CDATA + 파일 업로드(중복방지) + 날짜뽑기(SimpleDateFormat) + view만들기(join) + 이미지 파일 띄우기 + 부트스트랩 아이콘 + 다운로드 + 메일 보내기개발/국비교육 2023. 8. 22. 11:15
■ CDATA 쿼리문 사용시 부등호를 인식해서 오류가 나는 경우가 있다. 그럴경우 CDATA를 사용한다. CDATA는 그 안을 모두 String 처리 한다. 주석도 웬만해서는 안에 쓰지 않는다. ■ 파일 업로드 해당 방법으로도 파일 업로드 가능하다. https://commons.apache.org/proper/commons-fileupload/ FileUpload – Home Commons FileUpload The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. FileUpload parses HTTP requ..
-
(국비교육) 56 - postman 이용하기 + 관리지 페이지 만들기 + XEICON + 파일 업로드개발/국비교육 2023. 8. 21. 18:32
■ postman 다운로드 postman 다운로드 한다. 값이 제대로 오는지 확인해주는 프로그램이다. 다운로드 후 이클립스와 postman 껐다가 키면 로그인 없이 사용 가능하다. https://www.postman.com/downloads/ Download Postman | Get Started for Free Try Postman for free! Join 25 million developers who rely on Postman, the collaboration platform for API development. Create better APIs—faster. www.postman.com https://memostack.tistory.com/180 REST API와 GET, POST, PUT, D..