/uploadForm2.jsp
페이지 정보
작성자 관리자 작성일 24-08-01 11:00 조회 52 댓글 0본문
<%@ 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>
댓글목록 0
등록된 댓글이 없습니다.