An optional HTMLElement type that is used for the FileUploadHandlers.
An optional error type that gets returned from the FilesValidator.
An accept
string that can be passed to the FileInput component
when the FileValidationOptions.extensions list has been provided to
limit which files the OS will attempt to allow access to.
{@inheritDoc FileUploadState.errors}
A list of all the FileUploadStats.
The total number of bytes for all the files that exist in the stats list.
The total number of files in the stats list.
Removes all the errors that exist in state without cancelling any of the uploads already in progress.
This function is used to cancel pending and uploading files or removing completed files.
A single or list of BaseFileUploadStats.key to remove from state.
Reset everything related to uploads ensuring that all file readers have been aborted.
Generated using TypeDoc
@since 2.9.0