Hi Guys,
I am currently trying to create an upload control with progress bar in MVC using jquery. I keep running into a problem however in that mvc doesn't work in parallel threads?
When I upload a file and show the progress during upload from JS performed through several callbacks to server, I am trying to get information about current upload state but answer from server comes back only when the file has been uploaded.
Do you know of any way to get session state queries in MVC constantly or when request is performed ?
Would really appreciate some help and I am sure others would if someone knows the answer!!