/uploadForm2.jsp
페이지 정보
본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="/WEB-INF/views/include/header.jsp" %>
<br>
<form method="post" enctype="multipart/form-data">
<input type="file" name='file'><br>
<input type='file' name='file'><br>
<input type='file' name='file'><br><br>
<button>확인</button>
</form>
<br>
</body>
</html>
- 이전글UploadControllerB.java 24.08.01
- 다음글include/header.jsp 24.08.01
댓글목록
등록된 댓글이 없습니다.