HEX
Server: LiteSpeed
System: Linux server137.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: bibuzptr (1123)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bibuzptr/tvetelearning.bibu-edu.us/current elearning/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>