Checked mime settings and “zip” is included. Tried uploading a 100kb zip file and I was successfully able to so no problem with upload folder. Seems to be related to mime settings or php.ini so we:
Changed php.ini settings:
memory_limit 4000M
post_max_size 40000M
upload_max_filesize 40000M
Changed .htaccess settings
php_value memory_limit 4000M
php_value post_max_size 40000M
php_value upload_max_filesize 40000M
Also changed the Apply XSS Filtering to uploaded files? to “No”
Still getting the error:
The uploaded file exceeds the maximum allowed size in your PHP configuration file.
Also on Channel Files, we are getting
No file was uploaded or file is not allowed by EE.(Ee EE Mime-type settings).
Not sure how to fix this one as all settings have been changed to accommodate desired outcome to upload larger files.