3.2.0

HTTP.Request problem

I try to get data (plain text) with AW.HTTP.Request from a database, but every time I get different amount of text.
req.response = function(data){
    aDiv.innerHTML = data;
};

Can anyone tell how to fix this?
kbazsi
February 20,
What is this "different amount of text" you are refering to?
Tony
February 20,
I don't get the whole text. The end is missing.
I took a 35KB text file, and placed it's content in the database. Then I ask for the same row for a few times. Some times what I got it vas only 20KB, and a few time I got it all.
I use mySql and PHP at the server side.

PS. Excuse my english.
kbazsi
February 20,
I don't know where was the problem yesterday, but now (without any change) seams to work fine.

Thanks anyway for the interest.
kbazsi
February 21,
Were you using ASYNC method? Perhaps it was not finished or there was some type of network latency.
Tony
February 21,
How can i call struts action using AW.HTTP.Request .
Please help me in this regard.
Thanks
Vikramaditya Garg
May 1,

This topic is archived.

See also:


Back to support forum