im not sure where ur problem is... is it with the sending of bytes/data or with the receiving part??
A: actual size of image file: N bytes actual bytes sent: M bytes( where M < N)
B: actual bytes sent: N bytes actual bytes read: M bytes ( where M < N)
is it scenario A or scenario B? or a hybrid??
can u send us some of ur code?
Muruganandam wrote:
dear all,
when i sending the image file ,it is not exactly same size.it is lower than than actual image file.how to send a image file using sockets.i expect from u.
thank you,
with regards, C.Muruganandam
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
- To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
