I want to upload files into a subfolder
$divisi //its parent folder
$year //its subfolder
$config['upload_path'] = 'upload/file/'.$divisi.$year;
I tried the code above and it didn’t work
I tried the code above and it didn’t work
New contributor
Akbar Rivaldi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.