clearAllInputs ()
The clearAllInputs method clears all inputs.
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: