Version

FileUploadClientEvents Class Members

The following tables list the members exposed by FileUploadClientEvents.

Public Constructors
 NameDescription
Public ConstructorFileUploadClientEvents ConstructorCreate WebObjectBase with required value of isTrackingViewState  
Public Properties
 NameDescription
Public PropertyCancelAllClickedGets sets name of javascript function which is called after the cancel all button has been clicked. Only in multiple upload mode.  
Public PropertyFileExtensionsValidatingGets or sets the file extensions validating event handler - The event is fired when validating file extensions.  
Public PropertyFileSelectedGets sets name of javascript function which is called after file to upload has been selected.  
Public PropertyFileSelectingGets sets name of javascript function which is called before selecting a file to upload. Fired when browse button is pressed.  
Public PropertyFileUploadAbortedGets 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.  
Public PropertyFileUploadedGets sets name of javascript function which is called after a file has been uploaded.  
Public PropertyFileUploadingGets sets name of javascript function which is called before file starts to upload. Fired everytime when file uploader get status for the upload.  
Public PropertyIsEmptyChecks if all properties have default values. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Public PropertyOnErrorGets sets name of javascript function which is called after error has been occurred.  
Public PropertyOnFormDataSubmitGets 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.  
Public PropertyOnXHRLoadGets 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  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected Methods
 NameDescription
Protected MethodAddNamesAdd additional properties the base ClientEvents. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodGetClientEventNameListGet list of property names which should be used on client. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodGetPropertyGet value of a property. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSetPropertySet value of a property with validation for illegal characters. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionReturns a string of concatenated events to be put into the widget options. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodTrackViewStateEnables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
See Also