UploaderBaseManualStartUpload Property |
Gets or sets a boolean indicating whether Uploader automatically starts uploading as soon as a user selects a file.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic virtual bool ManualStartUpload { get; set; }
Public Overridable Property ManualStartUpload As Boolean
Get
Set
<asp:UploaderBase ManualStartUpload="True|False" />
Property Value
Type:
Boolean
See Also