Table of Contents

FileUploaderClientEvents Class

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Defines the client-side events handlers of FileUploader.

public class FileUploaderClientEvents
Inheritance
FileUploaderClientEvents

Constructors

FileUploaderClientEvents()

Properties

ItemUploaded

Gets or sets the client-side event raised after user uploads a file or folder of a group in file uploader. The value should be a valid JavaScript function name which is accessible on the host page. Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".

ItemUploading

Gets or sets the client-side event raised before user uploads a file or folder of a group in file uploader. The value should be a valid JavaScript function name which is accessible on the host page. Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".

Ready

Gets or sets the client-side event raised after the file uploader becomes ready for adding files and folders. The value should be a valid JavaScript function name which is accessible on the host page. Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".

Uploaded

Gets or sets the client-side event raised after user uploads a group of files or folders in file uploader. The value should be a valid JavaScript function name which is accessible on the host page. Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".

Uploading

Gets or sets the client-side event raised before user uploads a group of files or folders in file uploader. The value should be a valid JavaScript function name which is accessible on the host page. Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".