[Webkit-unassigned] [Bug 238668] Adding ".stl" files to a <input type=file> transforms it into ".bmp"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 01:19:43 PDT 2022


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

Jens Viebig <jens.viebig at vitec.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jens.viebig at vitec.com

--- Comment #3 from Jens Viebig <jens.viebig at vitec.com> ---
We also saw this behavior with other combinations for example:

<input type="file" accept=".ts,.m2p,.jpg">
<input type="file" accept=".ts,.m2p,image/jpeg">

When adding a .ts or .m2p they will be recognized as temp*.jpg


The following "accept" work as expected:

<input type="file" accept=".ts,.m2p">
<input type="file" accept=".ts,.m2p,image/*">

-- 
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/20220504/39c600fd/attachment.htm>


More information about the webkit-unassigned mailing list