The UploadHandler type exposes the following members.

Constructors

  NameDescription
Public methodUploadHandler
Initializes a new instance of the UploadHandler class

Properties

  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Public propertySavePath
Gets or sets the path to the directory in which the uploaded files will be saved.

Events

  NameDescription
Public eventFileUploaded
Occurs when one file uploading completed.

See Also