[jQuery] Large text files via AJAX

2008-11-03 Thread list-jquery
Greets all. I have an application which passes large amounts of plain text to update a block on the client. This is all plain text and can range in size from a few bytes to 64MB. Typically though the text files are less than 1MB. Updating the pre block can be slow. I'm sending the request via

[jQuery] Re: Large text files via AJAX

2008-11-04 Thread list-jquery
On Tue, 4 Nov 2008 08:38:14 -0600, "Andy Matthews" <[EMAIL PROTECTED]> said: > > Honestly it sounds like this isn't a good use of AJAX. Wasn't reallty > intended for use with 1mb+ files. While the majority of my files are smaller than that, yeah, I'm hitting a problem here. I'm starting to wond