$config['upload_path'] = './uploads/music/';
$config['allowed_types'] = 'mp3|wav';
$config['max_size'] = '0'; //the zero means no limit
that's the config for the upload, which is all well and good according to the codeigniter documentation. But I get this
Quote
The uploaded file exceeds the maximum allowed size in your PHP configuration file.
So, i tried changing my php.ini file.
Quote
upload_max_filesize = 800M
post_max_size = 800M
post_max_size = 800M
But it stills showed the same error, so I made a info.php file to see what's up, and it says that even though i change my ini file, the upload_max_size is still only 2M and the post_max_size is only 8M. So then I tried restarting my computer, and also restarting my apache. Neither worked. I've exhuasted all available options that I can think of, any solutions? Thank you, Alex.

New Topic/Question
Reply



MultiQuote








|