图标。 我的代码是:
<input type="file" name="promotion_image" value="<?php echo $mChapterEng; ?>" id="promotion_image" class="form-control"> <?php if (form_error('promotion_image')) { ?><span style="color: #E68F8F;"><?php echo form_error('promotion_image'); ?></span> <?php } ?>
请帮帮我
答案 0 :(得分:0)
在config/mimes.php
集
'ico' => array('image/ico', 'image/x-icon'),//check if already exists both then dont add
并在您的控制器中添加此
$config['allowed_types'] = 'ico|jpg|png';