I have problem for upload video file with codeigniter 3. We use Linux Server Ubuntu 15.04. This is script controller for upload:
$config['upload_path'] = './uploads/videos/';
$config['allowed_types'] = 'mp4';
$config['max_size'] = 0;
$config['overwrite'] = FALSE;
$config['remove_spaces'] = TRUE;
and configuration php.ini:
post_max_size = 20000M
upload_max_filesize = 20000M
but we still error message:
The uploaded file exceeds the maximum allowed size in your PHP configuration file