Update fileupload3.php
This commit is contained in:
parent
f61d2fe7f0
commit
1c30ef6ce4
|
@ -2,12 +2,18 @@
|
|||
<html>
|
||||
<body>
|
||||
|
||||
<div style="background-color:#c9c9c9;padding:15px;">
|
||||
<button type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
|
||||
<button type="button" name="mainButton" onclick="location.href='sqlmainpage.html';">Main Page</button>
|
||||
</div>
|
||||
<div align="center">
|
||||
<form action="" method="post" enctype="multipart/form-data">
|
||||
Select image ->
|
||||
<input type="file" name="file" id="file">
|
||||
<hr>
|
||||
<input type="submit" value="Submit" name="submit">
|
||||
</form>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
// Check if image file is a actual image or fake image
|
||||
|
|
Loading…
Reference in New Issue
Block a user