跳至正文

php上传常见文件类型和$_FILES[“file”][“type”]

  • 后端
.jpg
image/jpg
image/pjpeg

.png
image/png
image/x-png

.gif
image/gif

.txt
text/plain

.xls
application/vnd.ms-excel

.xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

.ppt
application/vnd.ms-powerpoint

.pptx
application/vnd.openxmlformats-officedocument.presentationml.presentation

.doc
application/msword

.docx
application/vnd.openxmlformats-officedocument.wordprocessingml.document

.pdf
application/pdf

.zip
application/x-zip-compressed

.rar
application/octet-stream

.wmv
video/x-ms-wmv

.mp3
audio/mpeg

.mp4
video/mp4

//AutoCAD
.dwg
application/x-dwg