Hi,
I'm trying to use the resume() and get() method to perform the resume download of binary files.
I was able to do that in a java application (windows cmd environment). I bascially ctrl-C the app and restarted it. I could see the file size started increasing from where it was left off perviously. However, when I used the same combination of method calls in an applet, the download will start from the beginning again (0 byte).
Is there any reason why?
Thanks.