Hi everybody,

During file receiving via recv(), is there any posibility that data received will lose?
I am trying to receive a bitmap file via recv(), but the bitmap file I received seems to be corrupted and having different file size from original bitmap file, but I am able to receive txt file successfully without file corrupted issue.
Can anybody help me solve this kind of problem?