Hi guys…
I’ve developed a midlet to store captured image from the phone’s camera into a database located on a server. At the server side,
servlet is used to accept the captured image from the midlet and store in into the database.
The problem is, when I tried to retrieve the captured image and view it back on my midlet, half of the image became black except only small portion of the upper part of the image was ok.
Here are the code segments:
Midlet codes:
Servlet codes:
I hope you guys can help and guide me….thanks in advance