There is a problem with a progress bar that I have no idea how to solve.
I placed “Drag & Drop” uploading Weweb object. I added a progress bar and connected progress bar value to “File Upload - progress” variable. So when I upload the file, sometimes progress bar shows 100% but almost all the time it is not.
File became uploaded, but progress bar (and, therefore, “progress” variable of “File Upload” object) may be equal to 33%, 54.52459% or any other float in a range from 0-100. Sometimes it’s even equals to 200% for some reason
For me, it looks like file is uploaded faster, than “progress” variable is updated. And if file is uploaded - “progress” variable is not changed to 100%, it just become frozen.
Did anyone solve an issue with it? Because this progress bar is a huge pain for me right now