Hi guys, As I know When we POST a big data(e.g. 500M) to a php script, the php script only can run after the big data finished POST. for example: a.php > <?php die('oooo'); ?> and I post 500m data to a.php, after that a.php cannot be died immediately. only when the data finished post. How can I make the a.php die before the 500m data finish? Thanks in advance. -- Regards, Jacky