I need to put a 777 permission to my uploaded files, but I can not find any document to upload files in codeigniter ...
Is it possible to put the permission 777 with the load class of codeigniter
?
Already use
if(is_file($config['upload_path'])){
chmod($config['upload_path'], 777);
}
and I still appear the same