上传时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类型的主要内容,如果未能解决你的问题,请参考以下文章

上传file时accept限制文件类型pdfdocdocx jpg pngxls xlsx等格式

HTML ajax 上传文件限制文件的类型和文件大小

input上传限定文件类型

<input type=“file“> accept属性筛选文件类型上传

input:file上传文件类型(记录)

input:file上传文件类型(超详细)