I am sending a large chunk of data using the winsoc control this data is being sent as a byte array. The data is too large, and so is spanned over x many packets. How do I add all the packets together???
Remember, NOT strings, only byte arrays? Is there anyway to add them together without damamging the data???

Woka