The following tables list the members exposed by UploadManager.
Name | Description | |
---|---|---|
UploadManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) | |
ClientID | (Inherited from System.Web.UI.Control) | |
ClientIDMode | (Inherited from System.Web.UI.Control) | |
Controls | (Inherited from System.Web.UI.Control) | |
EnableTheming | (Inherited from System.Web.UI.Control) | |
EnableViewState | (Inherited from System.Web.UI.Control) | |
Extensions | A collection of file extensions to globally allow. For example, 'jpg' or 'gif'. | |
FileExistsBehavior | Behavior when encountering duplicate files in the Save Path.\r\nOverwrite - if possible, replace the existing file with the one being uploaded\r\nRename - Rename the new file according to the FileRenamePattern\r\nFail - Throw an exception when encountering an existing file, and immediately stop the upload in progress. | |
FileRenamePattern | The naming pattern to use in conjunction with the FileExistsBehavior.Rename. For example, if the uploaded duplicate file is named Myfile.txt, and the pattern is f(n)x, it will be renamed Myfile(001).txt since f is the base file name, n is an incremented number, and x is the file extension. | |
ID | (Inherited from System.Web.UI.Control) | |
MaxFileSize | The maximum individual file size allowed (in kilobytes). | |
MaxRequestSize | The maximum total request size allowed (in kilobytes) when multiple files are uploaded. | |
NamingContainer | (Inherited from System.Web.UI.Control) | |
Page | (Inherited from System.Web.UI.Control) | |
Parent | (Inherited from System.Web.UI.Control) | |
PollingInterval | The polling interval (in milliseconds) used to raise file upload progress events. | |
RaiseButtonClick | Gets or sets whether a triggering button's click event is fired. | |
RenderingCompatibility | (Inherited from System.Web.UI.Control) | |
SavePath | The location where files are saved when uploads are completed. | |
Site | (Inherited from System.Web.UI.Control) | |
SkinID | (Inherited from System.Web.UI.Control) | |
TemplateControl | (Inherited from System.Web.UI.Control) | |
TemplateSourceDirectory | (Inherited from System.Web.UI.Control) | |
TempPath | The location where file data is temporarily saved during the upload process. | |
Timeout | Gets or sets the number of seconds to wait when no posted data is received before considering upload a failure. | |
UniqueID | (Inherited from System.Web.UI.Control) | |
UploadType | The global type of upload method to use. | |
ValidateRequestMode | (Inherited from System.Web.UI.Control) | |
ViewStateMode | (Inherited from System.Web.UI.Control) | |
Visible | (Inherited from System.Web.UI.Control) |
Name | Description | |
---|---|---|
ApplyStyleSheetSkin | (Inherited from System.Web.UI.Control) | |
Cancel | Cancels the upload operation. | |
DataBind | (Inherited from System.Web.UI.Control) | |
Dispose | (Inherited from System.Web.UI.Control) | |
FindControl | (Inherited from System.Web.UI.Control) | |
Focus | (Inherited from System.Web.UI.Control) | |
GetRouteUrl | Overloaded. (Inherited from System.Web.UI.Control) | |
GetUniqueIDRelativeTo | (Inherited from System.Web.UI.Control) | |
HasControls | (Inherited from System.Web.UI.Control) | |
RaisePostBackEvent | Enables the UploadManager to process events raised when a form is posted to the server. | |
RenderControl | (Inherited from System.Web.UI.Control) | |
ResolveClientUrl | (Inherited from System.Web.UI.Control) | |
ResolveUrl | (Inherited from System.Web.UI.Control) | |
SetRenderMethodDelegate | (Inherited from System.Web.UI.Control) |
Name | Description | |
---|---|---|
DataBinding | (Inherited from System.Web.UI.Control) | |
Disposed | (Inherited from System.Web.UI.Control) | |
FileSelected | Event raised after a file is selected by the user. | |
FileUploadComplete | Event raised when an individual file upload has completed. | |
FileUploadFailed | Event raised when an individual file upload has failed. | |
Init | (Inherited from System.Web.UI.Control) | |
Load | (Inherited from System.Web.UI.Control) | |
PreRender | (Inherited from System.Web.UI.Control) | |
Unload | (Inherited from System.Web.UI.Control) | |
UploadCancelled | Event raised when an upload operation is cancelled. | |
UploadComplete | Event raised when an upload operation has completed. | |
UploadFailed | Event raised when entire file upload operation has failed. | |
UploadProgress | Event raised during an upload operation at each interval defined by the PollingInterval property. |