I made a progress bar to show the status of uploaded data. I used web services and javascript but I got a problem. It is ever late web services than file save function. Thus, the information is not real in client side. How can I do?
Asked
Active
Viewed 1,148 times
1 Answers
1
The requests for a particular session are queued, see also this answer. That's why you can't upload and check how much has arrived at the same time.

Community
- 1
- 1

Hans Kesting
- 38,117
- 9
- 79
- 111