当前位置:网站首页>上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
2022-07-30 05:50:00 【cplvfx】
上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
图片类型
imgType: [
"image/png",
"image/x-png",
"image/jpeg",
"image/jpg",
"image/pjpeg",
], //图片类型
文档类型
txtType: [
".txt",
"text/plain",
".doc",
"application/msword",
".docx",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
".ppt",
"application/vnd.ms-powerpoint",
".pptx",
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
".xlsx",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
".xls",
"application/vnd.ms-excel",
".pdf",
"application/pdf",
], //文档类型
视频类型
videoType: [".mp3", "audio/mpeg", ".mp4", "video/mp4"], //视频类型
压缩包类型
zipType: [".zip", "application/zip", ".7z", ".rar", ""], //压缩包类型
边栏推荐
- The CTO said I was not advised to use SELECT *, why is that?
- The calculation proof of the intersection of the space line and the plane and its source code
- 多线程进阶(锁策略,自旋+CAS,Synchronized,JUC,信号量)
- 测试开发工程师成长日记015 - 最强20道测试面试题
- matlab机器学习_01
- 阿里二面:Sentinel vs Hystrix 对比,如何选择?
- 软件测试术语 - 场景测试
- 使用 Grafana 的 Redis Data Source 插件监控 Redis
- MySQL common commands and mysqldump backup
- 相机坐标系,世界坐标系,像素坐标系三者转换,以及OPENGLDEFocal Length和Opengl 的 Fov转换
猜你喜欢
大厂年薪50w+招聘具有测试平台开发能力的测试工程师
Advanced multi-threading (CountDownLatch, deadlock, thread-safe collection class)
matlab机器学习_01
STL source code analysis: conceptual understanding of iterators, and code testing.
Dachang's annual salary of 50w+ recruits test engineers with test platform development capabilities
Huawei released "ten inventions", including computing, intelligent driving and other new fields
不会吧,Log4j 漏洞还没有完全修复?
Redis 如何实现防止超卖和库存扣减操作?
Linx常见目录&文件管理命令&VI编辑器使用 介绍
RAID磁盘阵列
随机推荐
Detailed explanation of numpy multidimensional array ndarray
(GGG)JWT
Test Development Engineer Growth Diary 018 - Record of Required Questions for Test Interview (Continuous Update)
测试开发工程师成长日记001 - 敏捷测试、CI/CD/CT、DecOps的一些介绍
向量三重积的等式推导证明
Linx common directory & file management commands & VI editor usage introduction
Is it possible to use the same port for UDP and TCP?
测试开发工程师成长日记002 - 从0开始做接口自动化
iptables命令
Let the "label" content in Baidu map generator expand--solution
Headline 2: there are several kinds of common SQL errors in MySQL usage?
MYSQL-GROUP BY 用法 全网最精,通熟易懂的话解释
Test the basics 02
开发常用工具软件
export , export default, import complete usage
proftpd 配置文件说明
Redis 如何实现防止超卖和库存扣减操作?
向量的导数运算和向量叉乘以及点乘的导数运算
As a test leader, examine several aspects of job candidates
MySQL common commands and mysqldump backup