| Server IP : 172.64.80.1 / Your IP : 172.70.131.126 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');
?>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-8">
<div class="panel panel-default">
<div class="panel-heading">
Uploading CBT Result
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><table width="100%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<form action="paycash_process.php" method="post" enctype="multipart/form-data" name="form1" id="form1">
<table width="100%" cellspacing="5" cellpadding="3">
<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>
<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=>Names<br> column 2=>Receipt<br>column 3=>Department<br>column 4=>Level<br>column 5=>Amount<br>column 6=>Form No<br>column 7=>MatricNo</td></tr>
<tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="submit" id="submit" value="Upload" class="btn btn-primary form-control" /></td>
</tr>
</table>
</form>
</fieldset></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footMain.php');
?>