It appears that the problem was that the service was doing a GET rather than a POST. Which is puzzling, because I set method="POST" in an MXML file. I'll try to figure out where the switch occurs.
On Dec 3, 2007 5:42 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > I have used HTTPService POST with IE6 and some quite large (1.2MB) data > with out problem. Hmm, that big one was with Flex 1.5, haven't moved that > much with 2.x yet. > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Richard Rodseth > *Sent:* Monday, December 03, 2007 7:32 PM > *To:* [email protected] > *Subject:* [flexcoders] More 2032 fun > > > > Does anyone know of any size issues with HttpService POST data in IE6 and > IE7? We're seeing #2032 stream errors when some dynamically created data > reaches a threshold. I'm not sure what the threshhold is in bytes, but it's > not very large, and the other browsers don't have the same problem. Thanks. > > >

