相关疑难解决方法(0)

Google Chrome中的HTML输入类型="文件"未显示弹出窗口

<input type="file" />在Google Chrome中遇到HTML标记问题.

"浏览"按钮按预期显示在页面上,但是当我单击它以选择文件时,浏览器中的弹出对话框窗口根本不会打开.

我测试了我的表单并在Firefox中正常工作.任何想法有什么问题,我该如何解决?

这里也是代码:

<form action="" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<label for="imgfile">File input</label>
<input type="file" name="imgfile" />
Run Code Online (Sandbox Code Playgroud)

html forms google-chrome input

9
推荐指数
6
解决办法
4万
查看次数

标签 统计

forms ×1

google-chrome ×1

html ×1

input ×1