PowUpload 1.3 control documentation

Gets the HttpContext object of upload request containing POST data.

public System.Web.HttpContext HttpContext {get;}

Property Value

HttpContext object of upload request

Remarks

HttpContext contains some helpfull information about POST request and can be helpfull to read some information before request will be fully uploaded. Use carefully some of properties and methods of this and child classes becouse some of data not available before request will be fully uploaded.

See Also

PowUpload Class | ElementIT.PowUpload Namespace