PHP has a file size restriction for uploads.
Find PHP.ini
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 900
max_input_time = 60
restart apache with
systemctl restart httpd.service
Find PHP.ini
php -i | grep "Loaded Configuration File"
updateupload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 900
max_input_time = 60
restart apache with
systemctl restart httpd.service