Enums that define the opportunity to start uploading.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum UploadTrigger
Visual Basic (Declaration)
Public Enumeration UploadTrigger

Members

Member nameDescription
OnUploadClick Start uploading when clicking the [Upload] button.
OnFileSelect Start upload when selecting a file.
Never Never start uploading, allow user to upload by calling the client side Upload() method.

See Also