TomHL

TomHL

  • NA
  • 5
  • 0

sending a big byte array across the internet

Aug 8 2005 4:33 AM

hello,

I need to transfer a big byte array across the internet via tcp...(server to client)
I established the connection, but I don't know how to make the transfer of the big byte array.
Bacause the size of the array I need to send all the array in several packets from the server and recieve it back to one big byte array in the client side, HOW do I do that?

a little sample code will help...
Thanks!!!


 


Answers (1)