B
brian.lukoff
What is the maximum size of POST data? A page on the ASP FAQ web site
(http://classicasp.aspfaq.com/forms/what-is-the-limit-on-form/post-parameters.html)
is confusing me:
"While GET is limited to as low as 1024 characters, POST data is
limited to 2 MB on IIS 4.0, and 128 KB on IIS 5.0. Each name/value is
limited to 1024 characters, as imposed by the SGML spec."
Does this last sentence mean that no form field can submit more than
1024 (or 1024 minus the length of the form field name) characters
through POST?
Brian
(http://classicasp.aspfaq.com/forms/what-is-the-limit-on-form/post-parameters.html)
is confusing me:
"While GET is limited to as low as 1024 characters, POST data is
limited to 2 MB on IIS 4.0, and 128 KB on IIS 5.0. Each name/value is
limited to 1024 characters, as imposed by the SGML spec."
Does this last sentence mean that no form field can submit more than
1024 (or 1024 minus the length of the form field name) characters
through POST?
Brian