Major Hayden/Posts/Can’t upload large files in PHP/Can’t upload large files in PHP24 January 2007·25 words·1 min· webFirst, check max_upload_size in php.ini, but if that doesn’t work, look for LimitRequestBody in /etc/httpd/conf.d/php.conf and comment it out. Restart apache and you’re all set.