Max. number of inputs in a form?
Alejandro Garza Gonzalez
agarza at ci.mty.itesm.mx
Wed Jul 24 17:55:38 EDT 1996
I think the limit is not really a "number" of inputs, as much as the
total quantity of information you can send in a form... and the again,
only when you use the ACTION=GET method-- there the limit is 4kB of text.
The text is the whole URL generated by the form...
http://www.wherever.edu/cgi/action.cgi?check1=checked...
&check13=checked&check14=checked... etc
When you use ACTION=POST I think there's no real limit, because the
information isn't sent as an URL, but as a text file. (one long line with
the URL-encoded form information)
_alejandro garza
ITESM Centro de Informacion-Biblioteca Monterrey
agarza at campus.mty.itesm.mx
http://www-cib.mty.itesm.mx/ ____ __ _ _ _ _
On Wed, 24 Jul 1996, Thomas Dowling wrote:
> Does anyone know off-hand if there is a maximum number of inputs that can
> be specified in an HTML form? I don't believe there's anything in HTML
> itself, but is there an upper limit as far as the more common browsers are
> concerned?
>
> By way of context, we're beta testing a database interface that's capable
> of generating a form with over 3000 <INPUT TYPE=CHECKBOX...> tags.
>
> Thomas Dowling \ tdowling at ohiolink.edu
> Asst. Director, Client/Server Apps.\ 614/728-3600 x326
> OhioLINK \ FAX 614/728-3610
>
>
More information about the Web4lib
mailing list