Click or drag to resize
KaxUpload Properties

The KaxUpload type exposes the following members.

Properties
  Name Description
Public property Code example AllowedFileExtensions
Gets or sets the allowed file extensions for uploading.
Public property Code example AllowedMimeTypes
Gets or sets the allowed MIME types for uploading.
Public property Code example ControlObjectsVisibility
Gets or sets the value indicating which control objects will be displayed.
Public property Culture
Public property Enabled (Overrides KaxWebControl.Enabled.)
Public property EnableFileInputSkinning
Gets or sets the value indicating whether the file input fields skinning will be enabled.
Public property FocusOnLoad
Gets or sets the value indicating whether the first file input field of KaxUpload should get the focus on itself on load.
Public property InitialFileInputsCount
Gets or sets the initial count of file input fields, which will appear in KaxUpload.
Public property InputSize
Gets or sets the size of the file input field
Public property InvalidFiles
Provides access to the invalid files uploaded by the KaxUpload instance. This is populated only if a validation was set.
Public property IsUploadModuleRegistered
Gets a value indicating whether the KaxUpload HttpModule is registered in the current web.application
Public property Language Obsolete.
Gets or sets the localization language of the KaxUpload user interface.
Public property Localization
Public property MaxFileInputsCount
Gets or sets the maximum file input fields that can be added to the control.
Public property MaxFileSize
Gets or sets the maximum file size allowed for uploading in bytes.
Public property Code example OnClientAdded
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 property Code example OnClientAdding
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 property Code example OnClientClearing
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 property Code example OnClientDeleting
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 property Code example OnClientDeletingSelected
Gets or sets the name of the client-side function which will be executed before the selected file inputs are removed.
Public property OnClientFileSelected
Gets or sets the name of the client-side function which will be executed when a file input value changed.
Public property OverwriteExistingFiles
Gets or sets the value indicating whether KaxUpload should overwrite existing files having same name in the TargetFolder.
Public property ReadOnlyFileInputs
Gets or sets a value indicating if the file input fields should be read-only (e.g. no typing allowed).
Public property TargetFolder
Gets or sets the virtual path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Public property TargetPhysicalFolder
Gets or sets the physical path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Public property Code example UploadedFiles
Provides access to the valid files uploaded by the KaxUpload instance.
Top
See Also