3

我需要将文件上传限制为 chrome 中的“docx”文件。我知道输入标签的接受属性可以在 chrome 中执行此操作。实际上,我之前确实将 chrome 上传限制为常规 doc 文件,所以现在我为 docx 添加了 mime 类型,但它不起作用。这是我的测试表

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=cp1251">
<title>test</title>
</head>
<body style='background-color: white'>
<FORM action=" ">
<input type="file" accept="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>
</form>
</body>
</html>

我错过了什么吗?哪里有错别字?我的 chrome 版本是 29.0.1547.66 m

4

0 回答 0