[Webkit-unassigned] [Bug 279606] File input element accept attribute doesn't allow filtering by file extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 12 13:04:03 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=279606

--- Comment #1 from daclark at adobe.com ---
I encountered this issue while building a web app where we need users to select files that our app supports, including Adobe InDesign files.

Since InDesign files don't have a specific MIME type, we use the accept attribute to filter by file extension (.indd, .indt, and .idml).

This works in most browsers, but on iOS, it seems we can only filter by MIME type, which isn't enough for our needs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240912/340cf1cf/attachment.htm>


More information about the webkit-unassigned mailing list