File: /home/bibuzptr/tvetelearning.bibu-edu.us/admin/testupload.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<title>Breakthrough Open University</title>
<link rel="shortcut icon" type="image/x-icon" href="../assets/img/logo.png">
<link rel="stylesheet" href="../assets/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/plugins/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="../assets/plugins/fontawesome/css/all.min.css">
<link rel="stylesheet" href="../assets/css/feather.css">
<link rel="stylesheet" href="../assets/css/style.css">
<style>
#dash{
background: #102044;
border-left: 6px solid #06bf1c;
color: #fff;
}
</style>
</head>
<body>
<div class="main-wrapper">
<?php include_once("../includes/header-course.php") ?>
<div style="margin-top:20%" class="col-md-12" id="importFrm" style="display: none;">
<form class="row g-3" action="importData" method="post" enctype="multipart/form-data">
<div class="col-auto">
<label for="fileInput" class="visually-hidden">File</label>
<input type="file" class="form-control" name="file" id="fileInput" />
</div>
<div class="col-auto">
<input type="submit" class="btn btn-primary mb-3" name="aa" value="Import">
</div>
</form>
</div>
<?php include_once("../includes/footer-course.php") ?>
</div>
</html>