1
Does anyone know a way to make a progress bar on web system? In case my progress bar is not for file upload, it is a task that takes a while, then it would be nice a progress bar for the user not to think that locked. I’ve researched everything, but I haven’t been successful. In this case my system is in PHP, but I think there is no way to do this in PHP, because in PHP I cannot read the state of a request until it is finished. I thought I might be able to do this in Nodejs, but I have no knowledge of it at the moment. Can anyone tell me if it would be possible with Node and where to start?
Put the part of your code that requires this implementation.
– Edilson