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