> Does anyone know anything about the allowed length for the 
> Query_String attached to the URL? We are getting problems 
> when it gets very long - for example with RFA attributes when 
> using fusebox. Sometimes these RFA's can contain RFA's so the 
> url string can get very long.
> 
> We get problems with the FORMURL2ATTRIBUTES template I think 
> because the end of the URL string gets chopped off.
> 
> Any help or suggestions appreciated.

To fusebox, Form and URL are the effectively the same.

URL's can be up to a maximum length (check the RFC although IE will be
different because it's IE), although most browsers only really allow
something like 255 characters (or 500 characters or something).

Best way around it is to post whatever variables you need to.

Either that, or use session variables (in client form anyway) to store data.
If the variables don't change, there's no point in passing it through the
client.

Paul



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to