Update fileupload2.php

This commit is contained in:
Fatih Çelik 2018-11-30 16:55:42 +06:00 committed by GitHub
parent 835ae3fedf
commit df4f4ddefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="../Resources/hmbct.png" />
</head>
<body>
<div style="background-color:#c9c9c9;padding:15px;">
@ -8,9 +11,9 @@
</div>
<div align="center">
<form action="" method="post" enctype="multipart/form-data">
Select image ->
<input type="file" name="file" id="file">
<hr>
<br>
<b>Select image : </b>
<input type="file" name="file" id="file" style="border: solid;">
<input type="submit" value="Submit" name="submit">
</form>
</div>