HTML输入的文件接受.pdf格式

时间:2018-12-03 16:30:30

标签: html file pdf input http-accept-language

我尝试上传仅接受pdf格式的文件。

<input type="file" name="test" accept=".pdf">

尽管它过滤所有扩展名为.pdf的文件,但它还会显示扩展名为 .url 的快捷方式。我如何使这些快捷方式对用户不可见?

谢谢。

0 个答案:

没有答案