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



A control used to manage page-level file upload behavior.

Syntax

Visual Basic (Declaration) 
<ToolboxDataAttribute("<{0}:UploadManager runat=server></{0}:UploadManager>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.UploadManagerDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class UploadManager 
   Inherits System.Web.UI.Control
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
C# 
[ToolboxDataAttribute("<{0}:UploadManager runat=server></{0}:UploadManager>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.UploadManagerDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class UploadManager : System.Web.UI.Control 
C++/CLI 
[ToolboxDataAttribute("<{0}:UploadManager runat=server></{0}:UploadManager>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.UploadManagerDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class UploadManager : public System.Web.UI.Control 

Remarks

The presence of an UploadManager on a webform is a requirement for using the Upload and ProgressPanel controls.

Only one instance of the UploadManager can be on a webform.

Configure the SavePath and TempPath properties to set upload destinations.

Set the Extensions, MaxFileSize and MaxRequestSize properties to place limits on uploaded files.

All upload events are raised by the UploadManager.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      Dart.FileUpload.UploadManager

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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