pekeUpload icon indicating copy to clipboard operation
pekeUpload copied to clipboard

Progress bar is not working

Open Multi-Thinker opened this issue 9 years ago • 2 comments

Hi, Progress bar does not seem to work where xhr request is sent, progress bar should also move for that file..

Multi-Thinker avatar Mar 05 '16 07:03 Multi-Thinker

I've fixed the progress bar issue something like this

div.somecontainer[rel=pos] -> find uppbr ( was not working ) i added pos (position variable in our case i) to .uppbr

and replace the lines where you was searching for div.somecontainer[rel=post] -> find bar to .uppbr[rel=pos]

Multi-Thinker avatar Mar 05 '16 08:03 Multi-Thinker

Hi thanks for reporting the bug and for your interest in this plugin, please check the latest version 2c9f3bafb89247ef20f9b911a3b9f49554d7d57b and see if this problem persist. Thanks!

pekebyte avatar Jul 17 '16 05:07 pekebyte