PowerWEB File Upload for ASP.NET
UploadManager Class Members
See Also  Properties  Methods  Events Send comments on this topic.
Dart.FileUpload Namespace : UploadManager Class


The following tables list the members exposed by UploadManager.

Public Constructors

 NameDescription
public ConstructorUploadManager ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAppRelativeTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyClientID (Inherited from System.Web.UI.Control)
public PropertyClientIDMode (Inherited from System.Web.UI.Control)
public PropertyControls (Inherited from System.Web.UI.Control)
public PropertyEnableTheming (Inherited from System.Web.UI.Control)
public PropertyEnableViewState (Inherited from System.Web.UI.Control)
public PropertyExtensions A collection of file extensions to globally allow. For example, 'jpg' or 'gif'.  
public PropertyFileExistsBehaviorBehavior 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.  
public PropertyFileRenamePattern 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.  
public PropertyID (Inherited from System.Web.UI.Control)
public PropertyMaxFileSize The maximum individual file size allowed (in kilobytes).  
public PropertyMaxRequestSize The maximum total request size allowed (in kilobytes) when multiple files are uploaded.  
public PropertyNamingContainer (Inherited from System.Web.UI.Control)
public PropertyPage (Inherited from System.Web.UI.Control)
public PropertyParent (Inherited from System.Web.UI.Control)
public PropertyPollingInterval The polling interval (in milliseconds) used to raise file upload progress events.  
public PropertyRaiseButtonClick Gets or sets whether a triggering button's click event is fired.  
public PropertyRenderingCompatibility (Inherited from System.Web.UI.Control)
public PropertySavePath The location where files are saved when uploads are completed.  
public PropertySite (Inherited from System.Web.UI.Control)
public PropertySkinID (Inherited from System.Web.UI.Control)
public PropertyTemplateControl (Inherited from System.Web.UI.Control)
public PropertyTemplateSourceDirectory (Inherited from System.Web.UI.Control)
public PropertyTempPath The location where file data is temporarily saved during the upload process.  
public PropertyTimeout Gets or sets the number of seconds to wait when no posted data is received before considering upload a failure.  
public PropertyUniqueID (Inherited from System.Web.UI.Control)
public PropertyUploadType The global type of upload method to use.  
public PropertyValidateRequestMode (Inherited from System.Web.UI.Control)
public PropertyViewStateMode (Inherited from System.Web.UI.Control)
public PropertyVisible (Inherited from System.Web.UI.Control)
Top

Public Methods

 NameDescription
public MethodApplyStyleSheetSkin (Inherited from System.Web.UI.Control)
public MethodCancel Cancels the upload operation.  
public MethodDataBind (Inherited from System.Web.UI.Control)
public MethodDispose (Inherited from System.Web.UI.Control)
public MethodFindControl (Inherited from System.Web.UI.Control)
public MethodFocus (Inherited from System.Web.UI.Control)
public MethodGetRouteUrlOverloaded.  (Inherited from System.Web.UI.Control)
public MethodGetUniqueIDRelativeTo (Inherited from System.Web.UI.Control)
public MethodHasControls (Inherited from System.Web.UI.Control)
public MethodRaisePostBackEventEnables the UploadManager to process events raised when a form is posted to the server.  
public MethodRenderControl (Inherited from System.Web.UI.Control)
public MethodResolveClientUrl (Inherited from System.Web.UI.Control)
public MethodResolveUrl (Inherited from System.Web.UI.Control)
public MethodSetRenderMethodDelegate (Inherited from System.Web.UI.Control)
Top

Public Events

 NameDescription
public EventDataBinding (Inherited from System.Web.UI.Control)
public EventDisposed (Inherited from System.Web.UI.Control)
public EventFileSelected Event raised after a file is selected by the user.  
public EventFileUploadComplete Event raised when an individual file upload has completed.  
public EventFileUploadFailed Event raised when an individual file upload has failed.  
public EventInit (Inherited from System.Web.UI.Control)
public EventLoad (Inherited from System.Web.UI.Control)
public EventPreRender (Inherited from System.Web.UI.Control)
public EventUnload (Inherited from System.Web.UI.Control)
public EventUploadCancelled Event raised when an upload operation is cancelled.  
public EventUploadComplete Event raised when an upload operation has completed.  
public EventUploadFailed Event raised when entire file upload operation has failed.  
public EventUploadProgressEvent raised during an upload operation at each interval defined by the PollingInterval property.  
Top

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.