image « Client « JSP-Servlet Q&A





1. Upload image from J2ME client to a Servlet    stackoverflow.com

I 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.

conn = (HttpConnection) ...

2. Servlet send image from server and save in client    stackoverflow.com

I'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 ...