The following tables list the members exposed by FileUploadClientEvents.
Name | Description | |
---|---|---|
FileUploadClientEvents Constructor | Create WebObjectBase with required value of isTrackingViewState |
Name | Description | |
---|---|---|
CancelAllClicked | Gets sets name of javascript function which is called after the cancel all button has been clicked. Only in multiple upload mode. | |
FileExtensionsValidating | Gets or sets the file extensions validating event handler - The event is fired when validating file extensions. | |
FileSelected | Gets sets name of javascript function which is called after file to upload has been selected. | |
FileSelecting | Gets sets name of javascript function which is called before selecting a file to upload. Fired when browse button is pressed. | |
FileUploadAborted | Gets sets name of javascript function which is called after a file upload has been cancelled. Fired when the server response that the file is cancelled. | |
FileUploaded | Gets sets name of javascript function which is called after a file has been uploaded. | |
FileUploading | Gets sets name of javascript function which is called before file starts to upload. Fired everytime when file uploader get status for the upload. | |
IsEmpty | Checks if all properties have default values. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
OnError | Gets sets name of javascript function which is called after error has been occurred. | |
OnFormDataSubmit | Gets or sets the OnFormDataSubmit client side event. It is fired before submitting to the server the uploading file(and its additional data if any). It could be used to append additional data fields to the FormData object(if the browser supports HTML5 file API - like newest Chrome, Firefox, IE11+). If the browser does not support HTML5 file API(IE10 and older) it could be added these data fields(as hidden input fields) to the form. Use the public API function addDataFields. | |
OnXHRLoad | Gets or sets the onXHRLoadClient side event.It is fired when event onload(of XmlHttpRequest) is fired. This event will be fired only if the browser supports HTML5 file API |
Name | Description | |
---|---|---|
HasViewState | Returns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
ViewState | Returns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
Name | Description | |
---|---|---|
ToString | String formatted for visual designer. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) |
Name | Description | |
---|---|---|
AddNames | Add additional properties the base ClientEvents. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
GetClientEventNameList | Get list of property names which should be used on client. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
GetProperty | Get value of a property. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
LoadViewState | Load data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
OnPropertyChange | Overloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
SaveViewState | Save data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
SetProperty | Set value of a property with validation for illegal characters. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
SetValue | Overloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
ToOption | Returns a string of concatenated events to be put into the widget options. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase) | |
TrackViewState | Enables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |