How to send text to a text file using j2me through http connection?
Regarding the title, i want to know the exact way to writing text data to a text file on a web server using http connection in J2ME. I tried the way as below:
you r writing data to only port no. 80,you r not reading data from that port,http port is 80,so you must know the server side programming.so you can read it and save in message.txt file on server side,so u have to write code for it also.