For a list of all members of this type, see UploadManager members.
"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) |