The C1Upload type exposes the following members.

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.

See Also