Reputation: 1272
I have a php page named import.php. while executing this file a lot of database operation is doing.So i need to show the progress to the user, by using a progres bar.How is it possible using any of these php ajax, javascript, jquery,css, flash... methods
Upvotes: 4
Views: 666
Reputation: 382626
Here is a good tutorial on it:
http://net.tutsplus.com/tutorials/javascript-ajax/create-a-progress-bar-with-javascript/
Here is the php implementation too.
Upvotes: 2