PowUpload 1.3 control documentation

An integer that represents the minimal size of the POST request that the PowUpload module will process.

public const string MinRequestLengthProcess = "minRequestLengthProcess";

Remarks

If the size of the POST request is less than the MinRequestLengthProcess value the built-in ASP.NET parser will process request. Default value is 0 (all requests will be processed by the PowUpload module).

See Also

Settings.SettingsParams Class | ElementIT.PowUpload Namespace