php - Issue uploading Images into WordPress -


when trying upload images wordpress, keep getting error:

413 request entity large  nginx 

i checked php.ini file make sure have proper upload-able amount , have 32mb

i have dedicated server media temple , have never had issue before. hope shed light?

the file sizes uploading 1 - 3 mb. less 1mb seems go through.

this not php.ini issue. error coming web server nginx.

add line somewhere in nginx server block (change 5m whatever need):

    client_max_body_size 5m; 

Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -