-
Notifications
You must be signed in to change notification settings - Fork 1
/
upload.html
43 lines (29 loc) · 1.57 KB
/
upload.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<link href="style/style.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
</style>
</head>
<body>
<div class="top"><div class="logo"><img src="images/logo.png"/></div><div class="lable"><div class="up">Directorat Of Education Andaman And Nicobar</div>State Institute Of Education</div></div>
<div class="menu"><div class="nav">
<ul>
<li ><a href="index.php">Home</a></li>
<li ><a href="report.html">Report</a></li>
<li ><a href="student.html">Students</a></li>
<li ><a href="about.html">About</a></li>
</ul></div></div>
<div class="main_head"><div class="head"><div class="in_head" id="in_1"><a href="form1.html">PERSONAL INFORMATION</a></div><div class="in_head" id="in_2">BASIC INFORMATION</div><div class="in_head" id="in_3"><a href="form3.html">BANK INFORMATION</a></div></div></div>
<br>
<div class="photo">
<form action="php/load.php" method="POST" enctype="multipart/form-data">
Photo<input type="file" name="image"/>
<br><hr>
Date of Birth certificate
<input type="file" name="image1" /><br><hr>
ID Card<input type="file" name="image2"/><br><hr>
Aadhar card<input type="file" name="image3"/>
<button class="next" style="margin-left:40%;width:200px;margin-top:20px;">upload</button>
</form></div>
</body>
</html>