I tried to create a http connection with a servlet and send some data to the servlet. - Using post method as follows.
Here I use Symbian 7.0s SDK and series 60 2.0 version.
// Set the form encoder as the data supplier
iTransaction.Request().SetBody(*iFormEncoder);
// Submit the request
iTransaction.SubmitL();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Here I was succesfull. But then I want to send data as a stream. Without set to the parameater. So if you guys have done like that or you know the way plaes tell me the way of doing it.