The C1Upload type exposes the following members.

Constructors

  NameDescription
Public methodC1Upload
Creates a new instance of C1Upload.

Methods

  NameDescription
Public methodAbort
Aborts the uploading.
Public methodAddCssClass (Inherited from Control.)
Public methodAddFileInput
Adds a file input.
Public methodAssignPropertiesState
Public methodBeginUpdate (Inherited from Component.)
Public methodClearAll
Clears all the file inputs.
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
Public methodDispose
Releases the resource occupied by this upload control.
(Overrides ComponentDispose()()()().)
Public methodEndUpdate (Inherited from Component.)
Public methodGetFiles
Gets a string array that contains the name files.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the upload control.
(Overrides ComponentInitialize()()()().)
Protected methodOnAdded
Fires the Added event.
Protected methodOnAdding
Fires the Adding event.
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnError
Fires the Error event.
Protected methodOnProgressChanged
Fires the ProgressChanged event.
Protected methodOnRemoved
Fires the Removed event.
Protected methodOnRemoving
Fires the Removing event.
Protected methodOnUploadBegin
Fires the UploadBegin event.
Protected methodOnUploadEnd
Fires the UploadEnd event.
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaisePropertyChanged (Inherited from Component.)
Public methodRemoveCssClass (Inherited from Control.)
Public methodRemoveFileInput
Removes a file input from the specified position.
Public methodReset
Resets the upload control.
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodUpdated (Inherited from Component.)
Public methodUpload
Uploads the files.

Fields

  NameDescription
Protected field_propertiesState

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.

Events

  NameDescription
Public eventDisposing (Inherited from Component.)
Public eventPropertyChanged (Inherited from Component.)

See Also