Hello,
I wish to increment a progress bar in real time (file upload). If i use a BufferedOutputStream it appears to move too quick. is it that the
data is being written to the stream and the
thread moves on. I tried OutputStream which appears realistic. Is this the correct way to implement this?
Thanks