Hi,
I am not sure this is the correct forum to post my query.
Query is related to Networking and I/O.
I have a need to send an image from one computer to another using
Java.
This image should be displayed right on the receipient's desktop.
We know that if we type "net send "computer_name" "message" in Start-->Run, the "message" is displayed on the machine-computer_name", which is connected to your machine.
I need the same kind of functionality for image. I need to send an image to another computer and display it on the receipient's desktop.
I think to pass an image, I will have to convert the image to byte array and then on the receipent's end convert the byte array to image.
I am not sure how to code this. I might sound quite ignorant. I mean how do I code this logic?
I need some guidance.
Thanks.