<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Image Shot!</title>
|
|
</head>
|
|
|
|
<body style="font-size:40px;font-family:helvetica,arial">
|
|
|
|
<form action="upload.php" method="post" enctype="multipart/form-data">
|
|
<input type="file" name="fileToUpload" id="fileToUpload"><p/>
|
|
<input type="password" name="post_salt" id="post_salt"><p />
|
|
<input type="submit" value="Upload Image" name="submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|
|
|