Version

HtmlBoxUpload Class

Represents a dialog used to upload/browse for files.
Syntax
'Declaration
 
Public Class HtmlBoxUpload 
   Inherits BaseChildControl
public class HtmlBoxUpload : BaseChildControl 
Remarks

This control is attached to a ToolbarUploadButton (as the ToolbarUploadButton.Upload property). When a button of this type is clicked, the upload dialog represented by the attached HtmlBoxUpload control is displayed. This dialog is used to upload local files to the server, and to browse for and load files from the server onto the editor.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also