Re: Stopping a large upload from continuing - WeOnlyDo Discussion board

Re: Stopping a large upload from continuing (General questions)

by woddrazen, Wednesday, June 03, 2009, 15:57 (5435 days ago) @ Simon

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: