$_SERVER['CONTENT_LENGTH']
Posted: Fri Mar 05, 2010 3:27 pm
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.