What is the size limit of a post request?

后端 未结 9 1247
悲&欢浪女
悲&欢浪女 2020-11-22 02:25

Sorry if this is duplicate,I would think it would be but couldn\'t find anything.

I have a flex application that I am posting data back to a php/mysql server via IE.

9条回答
  •  清酒与你
    2020-11-22 03:14

    As David pointed out, I would go with KB in most cases.

    php_value post_max_size 2K
    

    Note: my form is simple, just a few text boxes, not long text.

    (PHP shorthand for KB is K, as outlined here.)

提交回复
热议问题