I'm having a problem with PHP CodeIgniter (using JetBrains PhpStorm). I want to upload a song, but I got the message:
The uploaded file exceeds the maximum allowed size in your PHP configuration file.
I successfully uploaded other file types (smaller), but when I try to upload this song I got an error.
I've set this in my php.ini but it still fails:
upload_max_filesize = 128M;
post_max_size = 128M
Anyone got some idea about solving this problem?