The C1Upload type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1Upload |
Creates a new instance of C1Upload.
|
Methods
| Name | Description | |
|---|---|---|
| Abort |
Aborts the uploading.
| |
| AddCssClass | (Inherited from Control.) | |
| AddFileInput |
Adds a file input.
| |
| AssignPropertiesState | ||
| BeginUpdate | (Inherited from Component.) | |
| ClearAll |
Clears all the file inputs.
| |
| CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
| |
| Dispose |
Releases the resource occupied by this upload control.
(Overrides ComponentDispose()()()().) | |
| EndUpdate | (Inherited from Component.) | |
| GetFiles |
Gets a string array that contains the name files.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Initialize |
Initializes the upload control.
(Overrides ComponentInitialize()()()().) | |
| OnAdded |
Fires the Added event.
| |
| OnAdding |
Fires the Adding event.
| |
| OnBubbleEvent | (Inherited from Control.) | |
| OnError |
Fires the Error event.
| |
| OnProgressChanged |
Fires the ProgressChanged event.
| |
| OnRemoved |
Fires the Removed event.
| |
| OnRemoving |
Fires the Removing event.
| |
| OnUploadBegin |
Fires the UploadBegin event.
| |
| OnUploadEnd |
Fires the UploadEnd event.
| |
| RaiseBubbleEvent | (Inherited from Control.) | |
| RaisePropertyChanged | (Inherited from Component.) | |
| RemoveCssClass | (Inherited from Control.) | |
| RemoveFileInput |
Removes a file input from the specified position.
| |
| Reset |
Resets the upload control.
| |
| ToggleCssClass | (Inherited from Control.) | |
| ToLocaleString | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Updated | (Inherited from Component.) | |
| Upload |
Uploads the files.
|
Fields
| Name | Description | |
|---|---|---|
| _propertiesState |
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.
|
Events
| Name | Description | |
|---|---|---|
| Disposing | (Inherited from Component.) | |
| PropertyChanged | (Inherited from Component.) |