You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue appears with multiple file inputs. If I create several file inputs with different accept types and I clicked the first one, it offers me the correct files with the chosen file types, but after it if I click the second file input it shows me files with not chosen files types.
Example link: https://svelte.dev/repl/05b5ad6e811143868e36e8b68025b886?version=3.50.1
I click on the first input's choose file. It should offer me files with image/png, image/jpeg type. It works correctly
I click on the second input's choose file. It should offer me files with application/pdf type. It doesn't work correctly, it offers me other file types as well, for example zip, csv, jpg etc. It doesn't happen in other browsers.
Expected result:
The file input should offer files with the chosen file types.
Reproduces how often:
Everytime.
Brave version (brave://version info)
1.40.113 Chromium: 103.0.5060.114 (Official Build) (x86_64)
Revision | a1c2360c5b02a6d4d6ab33796ad8a268a6128226-refs/branch-heads/5060@{#1124}
OS | macOS Version 12.5.1 (Build 21G83)
Other Additional Information:
Is the issue reproducible on the latest version of Chrome? No, it works correctly in Chrome.
The text was updated successfully, but these errors were encountered:
May I say that it works fine for me? The first file selection button only allows images to be uploaded, the second one only pdf files, the third one only csv files and the fourth one any file.
Screenshots upon request, because I have to create some folders and files first :P
Brave 1.43.93 Chromium: 105.0.5195.127 (Official Build) (64-bit) 
Revision 912488396852bf658ab32465980c0b93a3c27a83-refs/branch-heads/5195@{#1109}
OS Linux
Description
The issue appears with multiple file inputs. If I create several file inputs with different accept types and I clicked the first one, it offers me the correct files with the chosen file types, but after it if I click the second file input it shows me files with not chosen files types.
Example link: https://svelte.dev/repl/05b5ad6e811143868e36e8b68025b886?version=3.50.1
Steps to Reproduce
Example link: https://svelte.dev/repl/05b5ad6e811143868e36e8b68025b886?version=3.50.1
I have four file inputs with different file types: image/png, image/jpeg, application/pdf, text/csv
Expected result:
The file input should offer files with the chosen file types.
Reproduces how often:
Everytime.
Brave version (brave://version info)
1.40.113 Chromium: 103.0.5060.114 (Official Build) (x86_64)
Revision | a1c2360c5b02a6d4d6ab33796ad8a268a6128226-refs/branch-heads/5060@{#1124}
OS | macOS Version 12.5.1 (Build 21G83)
Other Additional Information:
The text was updated successfully, but these errors were encountered: