Re: Stopping a large upload from continuing (General questions)
Hi Simon,
You can send some status code to your client using WebResponse object StatusCode Property.
Something like this:[code]User.Response.StatusCode = Forbidden[/code]
More help for StatusCode Property (with list of status you can send to user) you can find here
http://www.weonlydo.com/WebServer/Help/WODWEBSERVERLib~WebResponse~StatusCode.html
Let us know how it goes.
Regards,
Drazen