公告
财富商城
积分规则
提问
发文
2019-07-26 08:48发布
太酷不给撩
Anybody knows why this input accepts .php file extensions?
( At least in the latest version of chrome )
<input type="file" accept=".doc,.pdf,.txt,.rtl">
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.
.txt
text/*
You should open an issue on chrome's bug tracker.
<input type="file" accept=".txt">
最多设置5个标签!
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 should open an issue on chrome's bug tracker.