Enums that define the opportunity to start uploading.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: 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 name | Description | |
|---|---|---|
| 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. |