Forum Moderators: open

Message Too Old, No Replies

Char Limit with Post?

form post character limits

         

chadmg

1:29 pm on Jun 3, 2004 (gmt 0)

10+ Year Member



Hello.

Does anyone know what kind of character/size limit is on a form post? Do textareas have any limit?

BlobFisk

12:00 pm on Jun 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The GET method passes its contents as part of the URL, as a query string which limits the amount of data which can be passed. I've sen figures of 8000 bytes of data mentioned

POST form contents are passed to the script as an input file which means much more form data can be passed. I have seen no hard and fast figure for this, but I imagine that most forms would be hard pressed to reach a limiting factor.

HTH