Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CGI_lite threshold?
msrich
If I set value of 5 hidden HTML INPUT fields to 100-char pieces of a 500-char string, I can pick up these values using CGI_lite "{form}{field}" mechanism.
If I try to set a 6th field to an additional 100-char piece (of a larger string), I cannot pick up any of these values.
Am I hitting some threshold in CGI_lite?
Find more posts tagged with
Comments
msrich
Changing form's method from 'get' to 'post' solved the problem.