
January 13th, 2004, 01:10 AM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 13
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Flash - Posting as a form instead of a querystring
Hi all, I've got my form posting and everything is great except I'm hitting some kind of upper limit on the length of a querystring and I'm not getting all my data. What I've got now is:
formdata= new loadvars( );
formdata.[Variable]=[Variable];
getURL[[URL], "_self", "GET");
This works fantastic, I need to do exactly the same thing, except I want the data to go to the forms collection instead of the querystring collection.
Does anyone know how I can do that? I'm sure it's a one line change where I'm using getURL, but after playing with some of the other methods, none of them seem to work.
Thanks.
|