The UploadHandler type exposes the following members.

Constructors

  NameDescription
UploadHandler
Initializes a new instance of the UploadHandler class

Properties

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

Events

  NameDescription
FileUploaded
Occurs when one file uploading completed.

See Also