Splitting huge data and multiple HTTP-POST?

Login to reply to this topic.
Tue, 2005-10-11 04:08
Joined: 2005-09-30
Forum posts: 29
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

Wed, 2005-10-12 08:45
Forum Nokia Champion
Joined: 2004-06-30
Forum posts: 36
Re: Splitting huge data and multiple HTTP-POST?
Your HTTP class have to derivate from MHTTPDataSupplier.

So when the HTTP Stack will call your GetNextDataPart(TPtrC8& aDataPart) you wll be able to send chunk of data.
  • Login to reply to this topic.