Click or drag to resize
KaxAsyncUpload Properties

The KaxAsyncUpload type exposes the following members.

Properties
  Name Description
Public property AutoAddFileInputs
Specifies whether a new File Input should be automatically added upon selecting a file to upload.
Public property ControlObjectsVisibility (Overrides KaxUploadControlObjectsVisibility.)
Public property HttpHandlerUrl
Specifies the URL of the HTTPHandler from which the image will be served
Public property InvalidFiles (Overrides KaxUploadInvalidFiles.)
Public property MaxFileSize (Overrides KaxUploadMaxFileSize.)
Public property MultipleFileSelection
Specifies whether KaxAsyncUpload allows selecting multiple files in the File Selection dialog.
Public property Code example OnClientFileUploaded
Gets or sets the name of the client-side function which will be executed when a file upload finishes successfully.k
Public property Code example OnClientFileUploadFailed
Gets or sets the name of the client-side function which will be executed when a file upload ends unsuccessfully.
Public property Code example OnClientFileUploading
Gets or sets the name of the client-side function which will be executed when a file upload starts.
Public property Code example OnClientValidationFailed
Gets or sets the name of the client-side function which will be executed if the selected file has invalid extension
Public property TemporaryFileExpiration
Sets how long temporary files should be kept before automatically deleting them.
Public property TemporaryFolder
Path to a folder where KaxAsyncUpload should save files temporarily until a postback occurs.
Public property UploadConfiguration
Sets upload configuration that has additional information. The generic object can be obtained using the CreateUploadConfiguration <T> method, where T is custom class that implements IAsyncUploadConfiguration. The custom class can contain any sort of custom data.
Top
See Also