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 |
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.
System.Object
System.Web.UI.Control
Dart.FileUpload.UploadManager
Target Platforms: Microsoft .NET Framework 2.0