Bug 142614 - Support more MIME type to UTI mappings in WKFileUploadPanel on iOS
Summary: Support more MIME type to UTI mappings in WKFileUploadPanel on iOS
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-12 02:34 PDT by Jon Honeycutt
Modified: 2015-03-12 18:19 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2015-03-12 02:34:27 PDT
-[WKFileUploadPanel _UTIsForMIMETypes] only supports image and video MIME types, so other MIME types used in an <input type=file>'s accept attribute will not be used to filter the file list. We should add more MIME type to UTI mappings.
Comment 1 Jon Honeycutt 2015-03-12 18:19:35 PDT
<rdar://problem/20147022>