| Server IP : 216.106.184.20 / Your IP : 216.73.216.234 Web Server : LiteSpeed System : Linux asmodeus.in-hell.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64 User : sekoaid1 ( 1891) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sekoaid1/www/rdmts/umbks/application/views/ |
Upload File : |
<div class="row col-md-12 ini_bodi">
<div class="panel panel-info">
<div class="panel-heading">Import Data Guru
</div>
<div class="panel-body">
<form name="f_siswa" action="<?php echo base_url(); ?>import/guru" id="f_siswa" enctype="multipart/form-data" method="post">
<table class="table table-form">
<tr><td style="width: 25%">File</td><td style="width: 75%"><input type="file" class="form-control" name="import_excel" required></td></tr>
<tr><td></td><td>
<button type="submit" class="btn btn-primary"><i class="fa fa-check"></i> Simpan</button>
<a href="<?php echo base_url(); ?>adm/m_guru" class="btn btn-default"><i class="fa fa-minus-circle"></i> Kembali</a>
</td></tr>
</table>
</form>
</div>
</div>
</div>