Quote Originally Posted by jokerhacker View Post
sorry i forgot to update test.php
i've just pushed the changes, tested it again and works perfect. try it now.
nice job guys.
really amazing php class

but, i dont know why progress bar not work normally

1st tried: finish 80%
2nd tried: finish 40%
3th tried: finish 42%
4th tried: finish 100%
5th tried: finish 20%

this happen both on less than 5mb and 5mb++ (slow_download and fast_download)

i modified your script like this to know the basic of progress bar
http://www.mediafire.com/?sb23aqhspsa1hv9

these are the result of slow_download(), fast_download() and my script


so, the problem is, progress bar didn't work fine, although the file is 100% downloaded.

i so confused about this, because if i look for the source in my browser (firefox) the progressBar() is called from 1 until 100, but the progressbar still shown on 63%. have i did something wrong?


and the second,
i dont know why my browser is like hang up before progress bar has shown up.

sorry 4 my english.
i hope u can understand what i meant.

anyway, i like your class