The UploadEnvironment type exposes the following members.

Constructors

  NameDescription
UploadEnvironmentOverloaded.
Initializes a new instance of the UploadEnvironment class.

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
AllowedFileExtentions
Gets or sets the value that specifies allowed extentions of uploading files.
BandwidthLimitation
Gets or sets value that determines bandwidth limit, in bytes per second, for requests which are processed by EAUpload component.
ChunkSize
Gets or sets the value that determines the chunk size, in bytes, which will be used for parsing request.
DefaultExceptionRedirect
Gets or sets the URL to which the application is redirected when any exceptions occur while request is processing by EAUpload.
EAUploadConfigExceptionRedirect
Gets or sets the URL to which the application is redirected when EAUploadConfigException exception occurs while request is processing by EAUpload.
EAUploadCoreExceptionRedirect
Gets or sets the URL to which the application is redirected when EAUploadCoreException exception occurs while request is processing by EAUpload.
EAUploadExceptionRedirect
Gets or sets the URL to which the application is redirected when any EAUpload exceptions occur while request is processing by EAUpload.
EAUploadLicenseExceptionRedirect
Gets or sets the URL to which the application is redirected when EAUploadLicenseException exception occurs while request is processing by EAUpload.
EAUploadRequestLengthExceededRedirect
Gets or sets the URL to which the application is redirected when EAUploadRequestLengthExceeded exception occurs while request is processing by EAUpload.
EnableProgressInfo
Gets or sets the value indicating whether status information of upload should be calculated.
ExecutionTimeout
Gets or sets the value that specifies the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET.
FilenameHeader
Gets or sets a name of field that contains file name in the Content-Disposition header.
IgnorePages
Gets or sets the value that specifies pages, requests to which should be ignored by EAUpload component.
MaxRequestLength
Gets or sets the maximum request size.
ProcessPages
Gets or sets the value that specifies pages, requests to which should be processed by EAUpload component.
ProcessRequestOnError
Gets or sets value that indicating whether incoming request should be read if an exception is occurred.
SaveDirectlyTo
Gets or sets the value that specifies path on a web server for storing uploaded files.
TemporaryPath
Gets or sets the value that specifies path on a web server, that will be used for temporary storing of an uploaded files.
ThrowErrorsImmediately
Gets or sets the value that specifies whether any exceptions should be caught by EAUploadModuleduring the request processing.
UploadIDParameter
Gets or sets a value that determines a query string parameter, which value can be used for getting an access for the specific Upload and its status.
UploadTTL
Gets or sets the value that specifies time to life, in minutes, for Upload class instance.
WriteToSystemEventLog
Gets or sets value that indicating whether a record in System EventLog should be created if an exception is occurred.

See Also