上传时excel类型accept的MIMI类型

Posted heroljy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了上传时excel类型accept的MIMI类型相关的知识,希望对你有一定的参考价值。

1.excel文件类型

accept=‘application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel‘

2.zip文件类型

accept=‘.zip‘

通过文件的type属性比较

file.type === ‘application/x-zip-compressed‘

 

以上是关于上传时excel类型accept的MIMI类型的主要内容,如果未能解决你的问题,请参考以下文章