Greetings to all..
Is there any of maximum number of parameters that can be passed through an HTTP request?
That is in my
java code if I try to use request.getParameterNames() and if there are around 200 parameters from the HTML form, will it throw any error??
Or Is there any maximum number of controls that can be used in an HTML form?
Any help appreciated
Thanks in advance
priby