1 Feb
2002
1 Feb
'02
6:24 p.m.
Anthony Monta wrote:
Hola Zopistas,
Is there a limit to the size of form variables you can pass to REQUEST?
[..] No. At least that is presumably not your problem, there may be a limit, but if there is, it's quite big. I guess you use the "GET" method in your form. This restricts the size of the data the browser will send. Try to change that to "POST". cheers, oliver