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
Complete thread:
- Stopping a large upload from continuing - Simon, 2009-06-03, 15:41
- Re: Stopping a large upload from continuing - woddrazen, 2009-06-03, 15:57
- Re: Stopping a large upload from continuing - wodcg, 2009-06-10, 00:30
- Re: Stopping a large upload from continuing - woddrazen, 2009-06-03, 15:57