0

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?

dizad87
  • 448
  • 4
  • 15
zanhtet
  • 2,040
  • 7
  • 33
  • 58

1 Answers1

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