FileUploaderClientEvents Class

Defines the client-side events handlers of FileUploader.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public class FileUploaderClientEvents
Inheritance
Object    FileUploaderClientEvents

Constructors

FileUploaderClientEventsInitializes a new instance of the FileUploaderClientEvents class

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".

See Also