-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpro_pic.php
More file actions
24 lines (22 loc) · 806 Bytes
/
pro_pic.php
File metadata and controls
24 lines (22 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>Upload</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css">
</head>
<body>
<div class="main">
<header>
<h2 class="p2"><br>Upload </a></h2></header><hr>
<h2 class="clr-1 p4">
You have to upload your photo with your user name inorder to have a acceptable identification.</h2><hr><hr>
<form action="upload.php" method="POST" enctype="multipart/form-data">
<input type="file" name="file">
<button type="submit" name="submit">Upload</button><hr>
You have to upload a picture of <b>jpg</b> or <b>jpeg</b> or <b>png</b> type.
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</form>
</div>
</body>
</html>