[Webkit-unassigned] [Bug 212489] New: [macOS]: The File Picker of the <input> file element allow selecting all files which can be converted to any of the "accept" attribute formats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 13:55:39 PDT 2020


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

            Bug ID: 212489
           Summary: [macOS]: The File Picker of the <input> file element
                    allow selecting all files which can be converted to
                    any of the "accept" attribute formats
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

If a page has an <input> file element which accepts an image like one of these:

<input type="file" accept="image/*">
<input type="file" accept="image/png, image/jpeg">

And the user clicks it, the File Picker will be launched. This File Picker should allow selecting all the image from the formats as specified in the "accept" attribute. In addition to that, it should also allow selecting the other formats which can be converted to any of the "accept" attribute formats. When selecting an image from unaccepted format, we will convert it to an accepted format. The converted image will be stored in a temporary directory.

-- 
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/20200528/07ef687f/attachment.htm>


More information about the webkit-unassigned mailing list