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


"

For a list of all members of this type, see UploadManager members.

"

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

See Also

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