MahmoudAdelAli's avatar

Request Entity Too Large

Hi , i use CKEditor CDN and when i upload more than 2 images i got this error

Request Entity Too Large
 The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. 

i was increased the max post limit in php edit in my vps , and i don't know the reason , so any help ?

0 likes
1 reply
Tray2's avatar

In your php.ini file there are limits on how large a post can be.

post_max_size = 8M
upload_max_filesize = 2M

These probably needs to be changed.

1 like

Please or to participate in this conversation.