FileUpload.clearAllInputs

Syntax

clearAllInputs ()

Description

The clearAllInputs method clears all inputs.

Example

To execute the example, create the FileUpload component named fileUpload (see FileUpload constructor). Load several files to the component. Use the clearAllInputs method to clear all the loads:

fileUpload.clearAllInputs();

 

After executing the example the loads are cleared.

See also:

FileUpload