Hi all,
I'm currently writing a client mobile app which contacts IIS server.
I use: connector.open (url) to open connection with the server.
but when trying to send data to the server (throught the output stream I got from the http connection) -the server gets my request, but also gets an error of length = 0. How can I edit the length attribute in the header? I looked for a function which lets me do it (in the api) but didn't find one.
Thanks,
Alon

Reply With Quote

