Hi All ,
I am developing a functionality to show progress bar on file upload . Based on the available byte in input stream i am setting value for BoundedRangeMode.
Before starting the upload process i set poll interval 100 ms and at the end of upload i am setting it back to -1 .
I have a poll listner which is updating the value of BoundedRangeMode after every 100 ms .
What i found that poll listner is not fired until the completion of entire upload process .Once upload is completed poll listner is invoked .
Can anyone please guide me what changes i need to do inorder to show live status of upload .
Regards ,
Arun.