ASP.net MVC - Check status request

Posted by vdhant on Stack Overflow See other posts from Stack Overflow or by vdhant
Published on 2010-04-04T03:20:36Z Indexed on 2010/04/04 3:23 UTC
Read the original article Hit count: 356

Hi guys

Just wondering if its possible to get the status of a request from another request?

To help provide some context, I want to use ajax to upload some files to the server. When the upload is started I want triggered another ajax request that checks to see how much of the file has been uploaded (or in other words how big was the other request and how far through receiving the request is the server).

I was thinking that I could use a guid or something similar to ensure that I am checking the status of the right request. But how do I check the status of another request???

Cheers Anthony

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc