Describe the bug
With the current Upload implementation, the component doesn't provide an option to filter the files that are selected for upload if the auto-upload property is set to true.
Currently, the files can be filtered only if the auto-upload is set to false as in this StackBlitz example.
To Reproduce
Expected behavior
The file with the letter "g" should not be uploaded