I am making a program for downloading file from internet (http).
I am using InputStream for reading data, but I have problem when the size of
the file big enough, for example 300 Kb. It's okay if the size just around
50 Kb or below. But, in other case I test my program in my own computer
too, I have PWS and Apache server in Win-98. And my program could download
all data without "corruption", even for file with the size of 10 Mb.
I don't know where's the problem, the server ?? or in my program ?? Or it's
the mechanism from server to cut off the connection that take a lot of
bandwidth ?