Side navigation
#5863 closed bug (invalid)
Opened January 19, 2010 06:50AM UTC
Closed January 20, 2010 06:29PM UTC
.load ajax data transfer size limit
Reported by: | bart_b | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.1 |
Component: | ajax | Version: | 1.4 |
Keywords: | .load limit | Cc: | |
Blocked by: | Blocking: |
Description
There seems to be a limit of +- 15kb, maybe 20 on the amount of characters that can be .loaded with ajax.
Confirmation of this behaviour would be appreciated.
Also occurs in all previous jQ versions.
Attachments (1)
Change History (5)
Changed January 20, 2010 02:43AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed January 20, 2010 06:03AM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
I have added a attachement, its a PHP test file. Ofcourse you need to add a TEST.TXT file , which first you must fill with 1kb of bogus text, and then with 20kb of bogus text...
Changed January 20, 2010 06:05AM UTC by comment:3
Oh and by the way, testing was done in firefox 3.5.7 on win xp with XAMPP 1.6.8
Changed January 20, 2010 07:13AM UTC by comment:4
Hmz sorry php strlen and javascript length fail with newlines. I actually was having another bug which made me quite insane but after months of debugging i finally found the cause today (its a quite complex application) so yes this bug report is invalid sorry for bothering if u would see the application you might understand.
Changed January 20, 2010 06:29PM UTC by comment:5
resolution: | → invalid |
---|---|
status: | reopened → closed |
Hey, as long as it isn't jQuery's bug I'm happy. Glad you got it fixed.
Is this consistent across all browsers? Can you post a test case?