当前位置:网站首页>上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
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", ""], //压缩包类型
边栏推荐
- Install MySQL under Linux (centos7)
- 引导过程与服务控制
- MongoDB-CUD没有R
- DHCP principle and configuration
- 使用 Grafana 的 Redis Data Source 插件监控 Redis
- Camera coordinate system, world coordinate system, pixel coordinate system conversion, and Fov conversion of OPENGLDEFocal Length and Opengl
- Is it possible to use the same port for UDP and TCP?
- debian 问题
- Multithreading basics (multithreaded memory, security, communication, thread pools and blocking queues)
- PXE efficient mass network capacity
猜你喜欢
05-Theos
(GGG)JWT
Test Development Engineer Growth Diary 001 - Some Introduction to Agile Testing, CI/CD/CT, DecOps
STL源码剖析:bound friend template friend代码测试和理解
Equation Derivation Proof of Vector Triple Product
Camera coordinate system, world coordinate system, pixel coordinate system conversion, and Fov conversion of OPENGLDEFocal Length and Opengl
idea built-in translation plugin
图解关系数据库设计思想,这也太形象了
idea内置翻译插件
DHCP principle and configuration
随机推荐
Let the "label" content in Baidu map generator expand--solution
The concept and testing method of black box testing
测开基础知识01
预测人们对你的第一印象,“AI颜狗”的诞生
bin文件夹下的roslyn文件夹
iptables命令
Detailed explanation of numpy multidimensional array ndarray
AI can identify race from X-rays, but no one knows why
idea内置翻译插件
STL源码剖析:bound friend template friend代码测试和理解
Rodrigues: vector representation of rotation matrices
Huawei released "ten inventions", including computing, intelligent driving and other new fields
debian vsftpd + ssl
As a test leader, examine several aspects of job candidates
MySQL主从复制配置搭建,一步到位
proftpd 配置文件说明
测试开发工程师成长日记017 - bug的生命周期
AI元学习引入神经科学,医疗效果有望精准提升
Table with tens of millions of data, how to query the fastest?
多线程基础(概念,创建,中断)