Sending Images from a C server to a Java client

Status
Not open for further replies.

nsobti

Beta member
Messages
1
Sending Images from a C server to a Java client

Hi guys,

I am trying to send an image (.jpg, .bmp, .tiff, .iv, etc) from a C server to a Java client. I am not sure of the data structure to use in C for this purpose! The 'send' function for the C server allows only strings to be sent. How can I send an image over the network? I have used a FILE, but it does not help!

Can anyone please help me out??

Thanks,
Nidhi
 
Status
Not open for further replies.
Back
Top Bottom