The C1Upload type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddFileButtonText |
Gets or sets the text displayed in the [Add File] button.
| |
| AddFileButtonToolTip |
Gets or sets the tooltip displayed above the [Add File] button.
| |
| AutoReset |
Gets or sets a value indicating whether to reset the file input list automatically after uploading is completed.
| |
| CancelButtonText |
Gets or sets the text displayed in the [Cancel] button.
| |
| CancelButtonToolTip |
Gets or sets the tooltip displayed above the [Cancel] button.
| |
| Element | (Inherited from Control.) | |
| EmptyText |
Gets or sets the text displayed on empty place holder.
| |
| Enabled |
Gets or sets the enabled status of this page view.
| |
| Events | (Inherited from Component.) | |
| FileCount |
Gets the number of files to be uploade.
| |
| ID | (Inherited from Component.) | |
| InternalEnabled | ||
| IsInitialized | (Inherited from Component.) | |
| IsUpdating | (Inherited from Component.) | |
| MaximumFiles |
Gets or sets the maximum number of file inputs.
| |
| MaximumFileSize |
Gets or sets the maximum upload size to allow in KB.
| |
| OnClientAdded |
Handler name of the client Added event.
| |
| OnClientAdding |
Handler name of the client Adding event.
| |
| OnClientError |
Gets or sets the handler name of the Error event.
| |
| OnClientProgressChanged |
Gets or sets the handler name of the ProgressChanged event.
| |
| OnClientRemoved |
Handler name of the client Removed event.
| |
| OnClientRemoving |
Handler name of the client Removing event.
| |
| OnClientUploadBegin |
Handler name of the client UploadBegin event.
| |
| OnClientUploadEnd |
Handler name of the client UploadEnd event.
| |
| Parent | (Inherited from Control.) | |
| Progress |
Gets the progress for the uploading.
| |
| ProgressTextFormat |
Gets or sets the string format for the built-in progress text.
| |
| ProgressUpdateInterval |
Gets or sets the update interval value for progress checking.
| |
| PropertiesState | ||
| ShowEmptyPlaceholder |
Gets or sets a value that determines whether an empty place holder is displayed when there is no file selected yet.
| |
| ShowFullPath |
Gets or sets a value that determines whether only the file name or the full path is displayed.
| |
| ShowFullPathToolTip |
Gets or sets a value that determines whether displaying tooltip above the file place holder.
| |
| ShowProgress |
Gets or sets a value that determines whether the built-in progress bar is displayed.
| |
| UploadButtonText |
Gets or sets the text displayed in the [Upload] button.
| |
| UploadButtonToolTip |
Gets or sets the tooltip displayed above the [Upload] button.
| |
| UploadId |
Gets the unique ID that identify the upload session.
| |
| UploadTrigger |
Gets or sets the trigger options to start uploading.
| |
| VisibilityMode | (Inherited from Control.) | |
| Visible | (Inherited from Control.) | |
| VisualStyle |
Gets or sets the VisualStyle for the Upload Control.
|