The C1Upload type exposes the following members.

Properties

  NameDescription
Public propertyAddFileButtonText
Gets or sets the text displayed in the [Add File] button.
Public propertyAddFileButtonToolTip
Gets or sets the tooltip displayed above the [Add File] button.
Public propertyAutoReset
Gets or sets a value indicating whether to reset the file input list automatically after uploading is completed.
Public propertyCancelButtonText
Gets or sets the text displayed in the [Cancel] button.
Public propertyCancelButtonToolTip
Gets or sets the tooltip displayed above the [Cancel] button.
Protected propertyElement (Inherited from Control.)
Public propertyEmptyText
Gets or sets the text displayed on empty place holder.
Public propertyEnabled
Gets or sets the enabled status of this page view.
Protected propertyEvents (Inherited from Component.)
Public propertyFileCount
Gets the number of files to be uploade.
Public propertyID (Inherited from Component.)
Public propertyInternalEnabled
Protected propertyIsInitialized (Inherited from Component.)
Protected propertyIsUpdating (Inherited from Component.)
Public propertyMaximumFiles
Gets or sets the maximum number of file inputs.
Public propertyMaximumFileSize
Gets or sets the maximum upload size to allow in KB.
Public propertyOnClientAdded
Handler name of the client Added event.
Public propertyOnClientAdding
Handler name of the client Adding event.
Public propertyOnClientError
Gets or sets the handler name of the Error event.
Public propertyOnClientProgressChanged
Gets or sets the handler name of the ProgressChanged event.
Public propertyOnClientRemoved
Handler name of the client Removed event.
Public propertyOnClientRemoving
Handler name of the client Removing event.
Public propertyOnClientUploadBegin
Handler name of the client UploadBegin event.
Public propertyOnClientUploadEnd
Handler name of the client UploadEnd event.
Public propertyParent (Inherited from Control.)
Public propertyProgress
Gets the progress for the uploading.
Public propertyProgressTextFormat
Gets or sets the string format for the built-in progress text.
Public propertyProgressUpdateInterval
Gets or sets the update interval value for progress checking.
Public propertyPropertiesState
Public propertyShowEmptyPlaceholder
Gets or sets a value that determines whether an empty place holder is displayed when there is no file selected yet.
Public propertyShowFullPath
Gets or sets a value that determines whether only the file name or the full path is displayed.
Public propertyShowFullPathToolTip
Gets or sets a value that determines whether displaying tooltip above the file place holder.
Public propertyShowProgress
Gets or sets a value that determines whether the built-in progress bar is displayed.
Public propertyUploadButtonText
Gets or sets the text displayed in the [Upload] button.
Public propertyUploadButtonToolTip
Gets or sets the tooltip displayed above the [Upload] button.
Public propertyUploadId
Gets the unique ID that identify the upload session.
Public propertyUploadTrigger
Gets or sets the trigger options to start uploading.
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualStyle
Gets or sets the VisualStyle for the Upload Control.

See Also