How do I update a webpage with the progress of a server-side task?
- by Jim B
Hi everyone,
I'm working on a web project that takes the results from a survey type application, and runs them through a bunch of calculations to come up with some recommended suggestions for the user.
Now, this calculation might take a minute or so, so I'd like to be able to give the user some update on it's progress. Obviously, the quick and…