PowUpload 1.3
Settings.SettingsParams�Fields

Home page
Contact support

The fields of the Settings.SettingsParams structure are listed below. For a complete list of Settings.SettingsParams structure members, see the Settings.SettingsParams Members topic.

Public Static Fields

BandwidthLimit An integer specifies maximum upload speed for each request in bytes per second.
HowOftenToCheckCollections
IgnoreHttpRuntimeMaxRequestLength Specifies if PowUpload should use own MaxRequestLength parameter or to use native value of HttpRuntime element.
IgnorePages A string containing a list of pages. The PowUpload module will not process any POST request to these pages.
LogExceptions Specifies if occurred exceptions will be logged in the Application Event Log.
MaxRequestLength The maximum request size, in bytes.
MaxRequestLengthToCloseConnection The maximum request size. All request greater than this value will be hard terminated.
MaxTimeToLivePersonalSettingsAfterCreated
MaxTimeToLiveProcessProgressAfterFinish
MaxTimeToLiveProcessProgressAfterStart
MaxTimeToLiveUnuploadedFileAfterFinish
MaxTimeToLiveUnuploadedFileAfterStart
MinRequestLengthProcess An integer that represents the minimal size of the POST request that the PowUpload module will process.
PassForm Specifies if Form without files should be passed to ASP.NET built-in parser or not.
ProcessPages A string containing a list of pages. The PowUpload module will process all POST requests to these pages.
PUTCookieNameForUserId For PUT method only. Specifies the name of Cookies which PowUpload should use to identify user.
PUTHeaderAbsoluteFilePath For PUT method only. Specifies the name of Header which stores absolute file path.
PUTHeaderNameForUserId For PUT method only. Specifies the name of Header which PowUpload should use to identify user.
PUTUseIPForUserId For PUT method only. Defines if PowUpload should use IP address to identify user. Default value is true
PUTUseSessionIdForUserId For PUT method only. Specifies if PowUpload should use SessionID to identify user. Default value is true
TempPath A folder path to store temporary files for upload process.
ThrowErrorsImmediately Specifies if error while upload should be shown immediately.
UploadHandleObject Instance of the class that implements IUploadHandle interface and can be used for custom processing uploaded files.
UploadIDQueryField Query string field to use to determine the ID for the upload process.

See Also

Settings.SettingsParams Class | ElementIT.PowUpload Namespace