Hi All
I am using HTTPCOnnection in my MIDlet.
I do it with the help of Connector.open(URL)
After this I read data from connection through InputStream.
But The problem I am facing is once i read data from this connection it goes fine but when I read it again it gives problem.
Does anybody know how to resolve this.
Thanks and Regards,
Manan

Reply With Quote

