fileUploadForm.jsp > MODEL

본문 바로가기
사이트 내 전체검색

MODEL

fileUploadForm.jsp

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 445회 작성일 21-07-15 19:29

본문

<%@ page language="java" contentType="text/html; charset=UTF-8"%>

<!DOCTYPE html> 

<html>

<head>

<title>FileUpload Form</title>

<style>

#uploadFormArea{

margin : auto;

width : 350px;

border : 1px solid black;

}

.td_title{

font-size: xx-large;

text-align: center;

}

</style>

</head>

<body>


<section id = "uploadFormArea">

<form action="fileUpload.jsp" method="post" enctype="multipart/form-data">

<table>

<tr>

<td colspan="2" class = "td_title" >파일 업로드 폼</td>

<tr>

<td><label for = "name">올린 사람 : </label></td><td><input type="text" name="name" id="name"></td>

</tr>

<tr>

<td><label for = "subject">제목 : </label></td><td><input type="text" name="subject" id="subject"></td>

</tr>

<tr>

<td><label for = "fileName1">파일명1 : </label></td><td><input type="file" name="fileName1" id="fileName1"></td>

</tr>

<tr>

<td><label for = "fileName2">파일명2 : </label></td><td><input type="file" name="fileName2" id="fileName2"></td>

</tr>

<tr>

<td colspan=2 align=center><input type="submit" value="전송"></td>

</tr>

</table>

</form>

</section>


</body>

</html>

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
126
어제
167
최대
10,760
전체
264,852
Copyright © dancePKT . All rights reserved.