>hi friends
We are not your friend. We are not your enemy, but we
really don't care enough about you (or anybody else, for that
matter) to make such fine distinctions.
>please anybody tell how to upload a image from client to server using
>java.
What is your budget for this help-desk?
But wait.. this is *not* a help desk.
So why don't you try stop being so useless and pathetic and
try searching* for a solution, doing a tutorial, and - if you have
any problems based on the aforementioned tutorial, ask
a 'smart question' on the group. (As opposed to the
dumb-a.s, 'can you code it for me' rubbish of a question
you first posted)?
* <http://www.google.com/search?as_q=upload+image+server+java>

Signature
Andrew Thompson
http://www.physci.org/
> hi friends
> please anybody tell how to upload a image from client to server using
> java.
This is a two step process:
1.) you load the image into client's memory, e.g. from a file
2.) you open a connection to the server and send the data over
that connection.
t'was a pleasure to help.