$_SERVER['CONTENT_LENGTH']
2 posts
• Page 1 of 1
$_SERVER['CONTENT_LENGTH']I know when a post request is submitted, $_SERVER['CONTENT_LENGTH'] is available as well. If I want to check if the content length of the post request exceeds the post_max_size using this variable in my application ( or inside the delegate class), where and how should I get this done? Thanks.
Re: $_SERVER['CONTENT_LENGTH']You could check it in your index.php file or in the beforeHandleRequest() method.
2 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 39 guests |