The UploadHandler type exposes the following members.
Name | Description | |
---|---|---|
UploadHandler |
Creates and initializes an instance of the UploadHandler class. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ProcessRequest |
Enables processing of ActiveX/Java Uploader requests. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
AutoSave |
Gets or sets a value indicating whether uploaded files should be automatically saved. |
|
CacheAliveTimeout |
Gets or sets a maximum time (in seconds) the upload session cache will be saved. |
|
Context | ||
DestinationFolder |
Gets or sets a name of the folder to save uploaded files to. |
|
EnableRequestValidation | ||
IsReusable |
Gets a value indicating whether another request can use this handler. |
|
MediumTrustCompatibility |
Gets or sets a value indicating whether ActiveX/Java Uploader supports medium trust level in ASP.NET. |
|
TempDirectory |
Gets or sets a path to the folder where UploadHandler saves the upload session cache. |
Name | Description | |
---|---|---|
AllFilesUploaded |
Fires when the whole upload session completes. |
|
FileUploaded |
Fires whenever all the converted files and metadata related to a particular user-selected file are successfully uploaded. |