Forum Moderators: coopster

Message Too Old, No Replies

maximum size of HTTP POST?

         

Anyango

10:23 pm on Aug 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Folks

what is the maximum size in bytes which a POST field on a form can have.

can i submit more then 1mb text using FORM METHOD=POST and not using any file upload, simple textarea.

what is the maximum size of POST data that http allows to be submitted in one request

sned

11:02 pm on Aug 1, 2005 (gmt 0)

10+ Year Member



It depends on what value is supplied for upload_max_filesize [us3.php.net] and post_max_size [us3.php.net] in your php.ini file. I think the default is 2MB.

-sned

coopster

12:43 am on Aug 3, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



There is also an Apache directive that may come into play, depending on who controls your server's configuration.

[httpd.apache.org...]