I built a file upload control in Silverlight that uploads files to the web server. I use a custom HTTP Handler to handle the upload.
What would be the best practice to detect a whether a client has disconnected prior to finishing the upload?
I think this could go under C# and windows development as well.