当前位置:网站首页>上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
上传文件--文件类型大全,图片类型,文档类型,视频类型,压缩包类型
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", ""], //压缩包类型边栏推荐
猜你喜欢

Data types of Redis6

搭建vsftpd服务并实现本地用户访问

测试开发工程师成长日记001 - 敏捷测试、CI/CD/CT、DecOps的一些介绍

Advanced multi-threading (CountDownLatch, deadlock, thread-safe collection class)

(GGG)JWT

C#的访问修饰符,声明修饰符,关键字有哪些?扫盲篇

Detailed explanation of numpy multidimensional array ndarray

Network Protocol 01 - Basic Concepts

测试开发工程师成长日记016 - 关于提测的那些事

05-Theos
随机推荐
The calculation of the determinant of the matrix and its source code
空间平面相交的直线的计算及其源码
roslyn folder under bin folder
numpy 多维数组ndarray的详解
测试开发工程师成长日记002 - 从0开始做接口自动化
Redis 如何实现防止超卖和库存扣减操作?
不会吧,Log4j 漏洞还没有完全修复?
Test Development Engineer Growth Diary 010 - CI/CD/CT in Jenkins (Continuous Integration Build/Continuous Delivery/Continuous Testing)
Network Protocol 03 - Routing and NAT
matlab机器学习_01
相机坐标系,世界坐标系,像素坐标系三者转换,以及OPENGLDEFocal Length和Opengl 的 Fov转换
The calculation and source code of the straight line intersecting the space plane
《心智社会》—马文·明斯基
Bull: remove common characters
Camera coordinate system, world coordinate system, pixel coordinate system conversion, and Fov conversion of OPENGLDEFocal Length and Opengl
计算矩阵的逆源码(使用伴随矩阵,3×3的矩阵)
SE_01
prometheus监控nacos
STL源码剖析:bound friend template friend代码测试和理解
Advanced multi-threading (lock strategy, spin+CAS, Synchronized, JUC, semaphore)