| Server IP : 172.64.80.1 / Your IP : 172.70.131.125 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/ |
Upload File : |
<?php
/**
* Created by PhpStorm.
* User: adisa
* Date: 3/2/2016
* Time: 3:18 PM
*/
include('headMain_2.php');
?>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="../js/scriptFileLong.js"></script>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-8">
<div class="panel panel-default">
<div class="panel-heading">
Uploading Semester Result Scores
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><fieldset>
<form action="rawSemesterResult_process.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><strong>Select Session</strong></td><td> </td><td><select class="form-control" name="asession" required=""><option>2015/2016</option><option>2016/2017</option></select></td>
</tr><tr>
<td><strong>Select Data File(*.csv) </strong></td>
<td> </td>
<td><label for="bank">
<input type="file" name="file" id="file" required="required" />
</label></td>
</tr>
<tr><td style="color: red" colspan="3"><hr><div class="alert-info"><h3>Note: The CSV file should follows this order:</h3></div>
<br>column 1=>School, <br>column 2=>Department,<br> column 3=>Matric No,<br>column 4=>Level,<br>column 5=>Course Code, <br>column6=>Score,<br>column 7=>Grade, <br>column 8=>C.Point</td></tr>
<tr>
<td colspan="3"><input type="submit" name="submit" id="submit" value="Upload" class="btn btn-primary form-control" /></td>
</tr>
</table>
</form>
<br><div><a href="rawSemesterResultEdit.php" class="btn btn-info"> Check/Edit/Delete Uploaded Records</a></div>
</fieldset></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footMain.php');
?>