Version

UploadMode Enumeration

Enumerates the different types of file uploads.
Syntax
'Declaration
 
Public Enum UploadMode 
   Inherits System.Enum
public enum UploadMode : System.Enum 
Members
MemberDescription
FileThe HtmlBoxUpload is configured to handle text/html files (such as .htm, .html, .asp files).
FlashThe HtmlBoxUpload is configured to handle Macromedia Flash files.
ImageThe HtmlBoxUpload is configured to handle images.
NoneThe HtmlBoxUpload is not yet configured.
UploadThe HtmlBoxUpload is configured to be a generic file uploader.
WindowsMediaThe HtmlBoxUpload is configured to handle Windows Media Player compatible files.
Remarks

This enumeration effects the way HtmlBoxUpload controls are rendered.

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