Click or drag to resize
KaxUpload Class
Kettic KaxUpload
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxUpload
          Kettic.AspNet.ControlsKaxAsyncUpload

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxUpload : KaxWebControl, ILocalizableControl

The KaxUpload type exposes the following members.

Constructors
  NameDescription
Public methodKaxUpload
Top
Properties
  NameDescription
Public propertyCode exampleAllowedFileExtensions
Gets or sets the allowed file extensions for uploading.
Public propertyCode exampleAllowedMimeTypes
Gets or sets the allowed MIME types for uploading.
Public propertyCode exampleControlObjectsVisibility
Gets or sets the value indicating which control objects will be displayed.
Public propertyCulture
Public propertyEnabled (Overrides KaxWebControl.Enabled.)
Public propertyEnableFileInputSkinning
Gets or sets the value indicating whether the file input fields skinning will be enabled.
Public propertyFocusOnLoad
Gets or sets the value indicating whether the first file input field of KaxUpload should get the focus on itself on load.
Public propertyInitialFileInputsCount
Gets or sets the initial count of file input fields, which will appear in KaxUpload.
Public propertyInputSize
Gets or sets the size of the file input field
Public propertyInvalidFiles
Provides access to the invalid files uploaded by the KaxUpload instance. This is populated only if a validation was set.
Public propertyIsUploadModuleRegistered
Gets a value indicating whether the KaxUpload HttpModule is registered in the current web.application
Public propertyLanguage Obsolete.
Gets or sets the localization language of the KaxUpload user interface.
Public propertyLocalization
Public propertyMaxFileInputsCount
Gets or sets the maximum file input fields that can be added to the control.
Public propertyMaxFileSize
Gets or sets the maximum file size allowed for uploading in bytes.
Public propertyCode exampleOnClientAdded
Gets or sets the name of the client-side function which will be executed after a new fileinput is added to a KaxUpload instance.
Public propertyCode exampleOnClientAdding
Gets or sets the name of the client-side function which will be executed before a new fileinput is added to a KaxUpload instance.
Public propertyCode exampleOnClientClearing
Gets or sets the name of the client-side function which will be executed before a fileinput field is cleared in a KaxUpload instance using the Clear button.
Public propertyCode exampleOnClientDeleting
Gets or sets the name of the client-side function which will be executed before a file input is deleted from a KaxUpload instance.
Public propertyCode exampleOnClientDeletingSelected
Gets or sets the name of the client-side function which will be executed before the selected file inputs are removed.
Public propertyOnClientFileSelected
Gets or sets the name of the client-side function which will be executed when a file input value changed.
Public propertyOverwriteExistingFiles
Gets or sets the value indicating whether KaxUpload should overwrite existing files having same name in the TargetFolder.
Public propertyReadOnlyFileInputs
Gets or sets a value indicating if the file input fields should be read-only (e.g. no typing allowed).
Public propertyTargetFolder
Gets or sets the virtual path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Public propertyTargetPhysicalFolder
Gets or sets the physical path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Public propertyCode exampleUploadedFiles
Provides access to the valid files uploaded by the KaxUpload instance.
Top
Events
  NameDescription
Public eventCode exampleFileExists
Occurs after an unsuccessful attempt for automatic saving of a file in the UploadedFiles collection.
Public eventCode exampleValidatingFile
Occurs before the internal validation of every file in the UploadedFiles collection.
Top
See Also