我有一个<input type="file">
的表格。我做了几次测试,发现在Chrome上,当有人选择一个文件并决定更改他们已经选择的文件,然后按“取消”按钮时,上一个文件的文件路径消失了,或者有时当您打开一个新文件时标签,而在表单上。
该问题如何解决?
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<form>
<input type="file" name="">
</form>
</body>
</html>