pekeUpload
pekeUpload copied to clipboard
Progress bar is not working
Hi, Progress bar does not seem to work where xhr request is sent, progress bar should also move for that file..
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]
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!