PDA

View Full Version : Lmitations of HTTP.Submit


evosonic
04-20-2006, 09:51 AM
Am I correct in finding that the "Values" parameter for HTTP.Submit will only support a max. of 3 items? Or am I doing something wrong?

TJS
04-20-2006, 10:50 AM
I'm not aware of a limit. The table that you pass with the action can contain as many value pairs as you want. There is usually a limit serverside on the allowable length of a submit string but those usually give you lots of breathing room.

evosonic
04-20-2006, 10:57 AM
I'll have to check my provider... Thanks TJS!

TJS
04-20-2006, 11:05 AM
Maybe post the AMS code you are working with so we can take a look....