Im new to cakePHP. With it upload function not working now. I got already developed project to work. What are PHP extensions I need to enable for cakePHP ?
Go to your php.ini file and enable this two extension.
and make sure file_uploads = On.
Then restart the apache.