kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
338 stars 241 forks source link

file upload problem #31

Closed d33pak-s1ngh closed 6 years ago

d33pak-s1ngh commented 6 years ago

i think you have not updated codeigniter setup properly from 2.2 to 3.1.6 because file upload is not working in the setup please have a look into that i have updated the mime.php in config folder still not working error i am getting is file type is not allowed when i have define type in config array.

$config = array(
                'upload_path' => "./assets/images/profile",
                'allowed_types' => "image/jpg|image/png|image/jpeg",
                'overwrite' => false,
                'max_size' => "1000",
                'remove_spaces' => true
            );

here i have define the jpg,png,and jpeg but i cant upload any of image file.

kishor10d commented 6 years ago

@d33pak-s1ngh : Hello, Thanks for the catch. Actually I forget to change the config folder in solution. You saved my life. I made necessary changes and then committed. Thanks once again.