WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 273203
Compound extensions in the accept attribute of file inputs don't work
https://bugs.webkit.org/show_bug.cgi?id=273203
Summary
Compound extensions in the accept attribute of file inputs don't work
Timothy Hatcher
Reported
2024-04-24 11:03:53 PDT
Safari can’t understand compound extensions in the accept attribute of file inputs. So, for example… <input type="file" accept=".kitten.databases.tar.gz" > … fails. So you have to do: <input type="file" accept=".gz" > (Which, of course, opens the person up to more chances of selecting the wrong file.)
https://mastodon.ar.al/@aral/112327472622333183
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-24 11:04:03 PDT
<
rdar://problem/126996762
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug