If I recall correctly, it is HTTP GET requests that are limited in size (or really URL length). Send your data with HTTP POST instead and you'll get all kinds of other benefits as well.
/Per On Nov 28, 2007 1:09 AM, Daniel Fetchinson <[EMAIL PROTECTED]> wrote: > > > Does anybody know of a workaround to the limitation that IE puts on a > > URL Post? I believe it limits the number of characters to be 2048. > > Of course, my requests work fine in Firefox, but I need to make the > > app IE compatible. I use the doXHR() function for my xmlHttpRequests. > > Splitting the text into several chunks and sending them separately? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
