File: /var/www/html/www.winghung.com/demo_v4/index.php.old
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>FILE UPLOAD | W. H.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
* {
margin: 0;
padding: 0;
}
html {
/*background: url(./1.jpg) no-repeat center center fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#page-wrap {
width: 400px;
margin: 50px auto;
padding: 20px;
background: white;
opacity: 0.8;
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
box-shadow: 0 0 20px black;
}
p {
font: 15px/2 Verdana;
margin: 0 0 30px 0;
text-indent: 40px;
}
</style>
<link rel="icon" type="image/x-icon" href="http://test.winghung.com/wp-content/uploads/2022/08/wing-hung-logo-200.png">
</head>
<body>
<div class="">
<div style="background-color: #0067b1; font-size:1cm; text-align: center;">
<H2 face="verdana" style="margin: 0px auto; color: #fff; font-weight: 700;">Wing Hung Print Preview</H2>
</div>
<div style="background-color: #e7e7e7; text-align:center;"> <br>
<form action="upload.php" method="post" enctype="multipart/form-data">
<div style="margin: 30px auto; font-size:0.5cm">
<!--<input type="file" accept=".png, .jpg, .jpeg" name="uploadFile[]" multiple="multiple" style="width:200px;height:30px;font-size:15px;">-->
<label for="file">Upload Your Image Files:</label>
<input type="file" accept=".png, .jpg, .jpeg" name="uploadFile[]" style="width:200px;height:30px;font-size:15px;">
<div style="margin: 30px auto; font-size:0.3cm">
<input type="submit" name="submit" value="Upload Files" style="width:180px;height:30px;font-size:13px;font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif'face=" verdana";">
<br>
<p face="verdana">*Maxmium upload size for individual file - 100 MB</p> <br><br>
</form>
</div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.1.js" integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>