The limit on a querystring is not 64KB in browsers, its less than that in browsers:

http://www.aspfaq.com/show.asp?id=2222

Anyway, need more information:

Are you using GET or POST? Are you limited to one or the other?

I've found that you can overload the XML object within flash, and write arbitrary strings to raw POST data. So its possible that you could create a POST querystring using this method, and turn it into variables server side. AFAIK if there is a limit on POST in LoadVars, you could theoretically use this method to create as long of a querystring as you like?



Randy Tinfow wrote:

We wrote an app using the loadvars method to send data back and forth to
a database.  The app has been succesful, which means that we are pushing
up against the limitation in the length of an html query string...64KB.


We can't use Flash Remoting in this environment.  Any suggestions on how
to divide the data into multiple query strings so we don't have to
totally rewrite the app?

Thanks,

Randy Tinfow
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to