Created
August 15, 2019 04:19
-
-
Save mdestafadilah/ca77ee86bc8ed898951711edfc487ae1 to your computer and use it in GitHub Desktop.
Upload Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-xs-12 col-sm-12"> | |
<div class="box"> | |
<div class="box-content"> | |
<h3 class="page-header"><?php echo $title;?></h3> | |
<form class="form-horizontal well" action="<?=base_url('officeaction/disposisi_upload');?>" method="post" enctype="multipart/form-data" role="form"> | |
<div class="form-group"> | |
<div class="col-sm-3"> | |
<td><input type="file" id="import" name="import" multiple="multiple"></td> | |
</div> | |
<div class="col-sm-3"> | |
<input type="submit" class="btn btn-primary" value="Import" name="save" /> | |
</div> | |
</div> | |
</form> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment