Uploading images from Midlet
Hi,
I need to upload a image from the Midlet using a middle layer program.
I am using servlets as middle layer.
I have send the image via outputStream from midlet. But in my servlet, there is no data present in the httpServletRequest object.
Anybody tell me how to pass the image data from Midlet?
[328 byte] By [
vinay07a] at [2007-11-27 6:33:44]

# 2
Thanks for ur reply.In that links, they specifyed about how to download the image from the server.I need to upload the image to a servlet?Is there any method having the functionality of httpServletRequest.setAttribute() method in J2ME?Thanks in advance.
# 4
Thanks for ur reply.
I am sending the image through the OutputStream after converting it as a byte array only.
My servlet receives a few amount of data that is equal to the amount of data that passed in the first chunk ( I have found this by seeing the Network Monitor, I am using Sun Java WTK )
Any idea?
Thanks in advance.