输入接受不适用于chrome中的docx文件

时间:2013-09-16 18:10:21

标签: html google-chrome file-upload

我需要将文件上传限制为chrome中的“docx”文件。我知道输入标签的accept属性可以在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

0 个答案:

没有答案