Image upload error “Request Entity Too Large”

413 errors occur when the request body is larger than the server is configured to allow. Here’s how you can fix it, depending on your web server:

You also might want to try increasing PHP’s upload_max_filesize and post_max_size settings in php.ini or using the php_value directive in your .htaccess file if you’re using Apache (http://davidwalsh.name/php-values-htaccess).

 

Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk