Hi all,
I have a file that I want to transfer.
I read it from a database and save it to a file, then I open if from the file and put it into a an array
I then open it again this time as binary and send the packets. (long way I know, but I want to use this over the internet so need to be able to reorder the packets when received them)
How ever when I receive the packets it does something weird when joining the packets back up. It leaves some data out. ignores enters on each joint.
Can anyone make a suggestion about this