| Author |
Getting percentage of request processed
|
Sameer Sebastian
Greenhorn
Joined: Aug 19, 2011
Posts: 17
|
|
Hello,
I am showing a progress bar, after an ajax request.
Is it possible to know the percentage of request processed?
If yes, how?
Thanks in advance,
Sameer
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
That's a matter for your server code. Does it know how to compute percent complete? If so, fire off regular Ajax requests to obtain the value and update the progress bar.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Getting percentage of request processed
|
|
|