Sending Image files from applet to a server/or servlet

hi

I have an applet which captures image and stores it in to the client side disk..

but I need to know how can i pass that file ie Jpeg converted or Image object to a servlet or can it be stored to a server by applet itself....

please i need a guidance suggest me some good links to implement server/servlet and applet communication...

thanks in advance

[385 byte] By [Hegdea] at [2007-11-27 6:29:39]
# 1
You could just open an HTTP connection and send binary image data rather than URL-encoded data (just like when a browser requests an image, but in reverse). You'd need a servlet that would know how to respond to such a connection.
paulcwa at 2007-7-12 17:53:46 > top of Java-index,Desktop,Core GUI APIs...