J
Jonathan Eggert via .NET 247
Anyone know any component or samples on how to chunk a big file(approx 5MB
+)
on the sending and receiving side ? File could be an image orplain text. Is it as simple as just looping through the streamon the sending side, sending a byte array and appending to afile on the server side, or does it require a much morecomplicted algorithm?
+)
on the sending and receiving side ? File could be an image orplain text. Is it as simple as just looping through the streamon the sending side, sending a byte array and appending to afile on the server side, or does it require a much morecomplicted algorithm?