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