1. Upload image from J2ME client to a Servlet stackoverflow.comI want to send an image from a J2ME client to a Servlet. I am able to get a byte array of the image and send it using HTTP POST.
|
2. Servlet send image from server and save in client stackoverflow.comI'm new and just developing on J2EE. I am modifying an existing application (an OpenSource project). I need to save an image on a client sent by the server, but I do not ... |
3. taking images from the client machine in servlets coderanch.com |
4. Client side image uploading from server servlet coderanch.com |