I have written a program for capturing an image from a J2ME midlet. Now the problem is that I have to send the captured image to the server.
Which will be the better idea to connect the server either http connection or the UDP connection? And can you tell me how to achieve that to send the captured image to the server?

Reply With Quote

