UploadHandler Members ActiveX/Java Uploader ASP.NET

The UploadHandler type exposes the following members.

Constructors

Name Description
Public method UploadHandler

Creates and initializes an instance of the UploadHandler class.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ProcessRequest

Enables processing of ActiveX/Java Uploader requests.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property AutoSave

Gets or sets a value indicating whether uploaded files should be automatically saved.

Public property CacheAliveTimeout

Gets or sets a maximum time (in seconds) the upload session cache will be saved.

Public property Context
Public property DestinationFolder

Gets or sets a name of the folder to save uploaded files to.

Public property EnableRequestValidation
Public property IsReusable

Gets a value indicating whether another request can use this handler.

Public property MediumTrustCompatibility

Gets or sets a value indicating whether ActiveX/Java Uploader supports medium trust level in ASP.NET.

Public property TempDirectory

Gets or sets a path to the folder where UploadHandler saves the upload session cache.

Events

Name Description
Public event AllFilesUploaded

Fires when the whole upload session completes.

Public event FileUploaded

Fires whenever all the converted files and metadata related to a particular user-selected file are successfully uploaded.

See Also

Reference