You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
389 B
9 lines
389 B
<?=form_open_multipart()?>
|
|
<input type="hidden" name="mem_userid" value="<?=$this->member->info('userid')?>">
|
|
<div class="container">
|
|
<input type="file" class="form-control" name="userfile" accept="image/*">
|
|
<div class="text-center MT10">
|
|
<button type="submit" class="btn btn-primary btn-sm"><i class="fa fa-upload"></i> Upload</button>
|
|
</div>
|
|
</div>
|
|
<?=form_close()?>
|