在后台-系统-附件设置,里面添加了bmp,上传bmp格式图片系统还是会提示你“文件类型不正确!”,那么有什么好的解决方法呢,请看下文。
1、后台-系统-附件设置,添加bmp
2、includedialogselect_images_post.php 找到
改成
3、includehelpersupload.helper.php 找到
改成
查看源码
$sparr = Array('image/pjpeg', 'image/jpeg', 'image/gif', 'image/png', 'image/xpng', 'image/wbmp', 'image/bmp');
4、includedialogselect_images.php 找到
改成