KaxAsyncUpload Class |
Namespace: Kettic.AspNet.Controls
The KaxAsyncUpload type exposes the following members.
Name | Description | |
---|---|---|
![]() | KaxAsyncUpload |
Name | Description | |
---|---|---|
![]() | CreateDefaultUploadConfigurationT |
Creates an object of type T (that implements IAsyncUploadConfiguration)
and populates all properties specified in the interface from this KaxAsyncUpload instance.
The user is then free to populate any additional properties.
|
Name | Description | |
---|---|---|
![]() | AutoAddFileInputs |
Specifies whether a new File Input should be automatically added upon selecting a file to upload.
|
![]() | ControlObjectsVisibility | (Overrides KaxUploadControlObjectsVisibility.) |
![]() | HttpHandlerUrl |
Specifies the URL of the HTTPHandler from which the image will be served
|
![]() | InvalidFiles | (Overrides KaxUploadInvalidFiles.) |
![]() | MaxFileSize | (Overrides KaxUploadMaxFileSize.) |
![]() | MultipleFileSelection |
Specifies whether KaxAsyncUpload allows selecting multiple files in the File Selection dialog.
|
![]() ![]() | OnClientFileUploaded |
Gets or sets the name of the client-side function which will be executed when a file upload finishes successfully.k
|
![]() ![]() | OnClientFileUploadFailed |
Gets or sets the name of the client-side function which will be executed when a file upload ends unsuccessfully.
|
![]() ![]() | OnClientFileUploading |
Gets or sets the name of the client-side function which will be executed when a file upload starts.
|
![]() ![]() | OnClientValidationFailed |
Gets or sets the name of the client-side function which will be executed if the selected file has invalid extension
|
![]() | TemporaryFileExpiration |
Sets how long temporary files should be kept before automatically deleting them.
|
![]() | TemporaryFolder |
Path to a folder where KaxAsyncUpload should save files temporarily until a postback occurs.
|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | FileUploaded |
Occurs once for each uploaded file.
|