Page 1 of 1

ResponseXML issue

Posted: Thu Oct 22, 2009 10:48 am
by jeffmatthews
httpRequest calls php and gets ResponseXML.

Php dynamically builds return variable to echo back to js.

If return is small, it works fine, and js receives it, and all is good.

If the return is large (2.5 megs), readystate=4 does not occur, and js reports my RespnseXML as null. Of course, this causes an error in my program that xmlDoc (set to ResponseXML) is null. That's the only error I get.

If I run the php file with the parameter directly in my browser address bar, the echo back works fine - even for the large data. So, I think this has to be a js issue.

Any ideas here?