Hello group.
I'm using the example code at
< http://www.*-*-*.com/ ;
for binary file upload with .Net. What I'd like to do is re-write the code
to handle broken transfers. All I've been able to come up with so far is
breaking the file into chunks (say 2 megs each), and just re-transfer the
whole chunk if errors occur. I'd like to be able to start where the
transfer left off, instead of retransferring.
Any ideas?
--
Bullwinkle Jones.