html - PHP - POST Method - What happens when content exceeds content length header? -
i don't mean post content limit imposed php.ini, mean in request header content length set 1mb, 2mb of actual content sent.
1 - first 1mb not passed php file once received whole data passed php file.
2 - additional data , previous data not passed php file.
Comments
Post a Comment