Skip to main content
  1. Posts/

Can’t upload large files in PHP

··25 words·1 min·

First, 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.