This documentation is for the old version. Go to the latest Upload Suite docs

UploadHandler Members

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 Image 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 DestinationFolder

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

Public property IsReusable

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

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