Accept attribute for input[type=file] allows other extensions

后端 未结 1 1702
再見小時候
再見小時候 2020-12-21 12:00

Anybody knows why this input accepts .php file extensions?

( At least in the latest version of chrome )

相关标签:
1条回答
  • 2020-12-21 12:15

    This is apparently a Mac Os only bug.
    I wasn't able to reproduce it from my win10 VM, but it is still there in v.55.0.2861.0 canary.


    The problem seems to come from the .txt.
    It's like it will accept any text/* files, when this extension is set.

    You can star this chromium issue which treats of the same underlying issue (with a different extension).

    <input type="file" accept=".txt">

    0 讨论(0)
提交回复
热议问题