Hi All,
How to split huge data(from a file) and HTTP-POST it? When the data is received at the server side thru ASP page URL, are they received as one chunk? Or, in multiple chunks?
Thanks,
symbian_ravi
Hi All,
How to split huge data(from a file) and HTTP-POST it? When the data is received at the server side thru ASP page URL, are they received as one chunk? Or, in multiple chunks?
Thanks,
symbian_ravi
I think that depends on how you implement your server side of things. From a java point of view, I think you can receive on a per line basis or on a per byte basis. Since this is Symbian C++ and you are working with TDesC, it is all about both sides agreeing on a format and understanding that format. Symbian C++ might have problems with non printable characters tho.