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

php上传常见文件类型对应的$_FILES["file"]["type"]。



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
zip
application/x-zip-compressed
rar
application/x-zip-compressed
wmv
video/x-ms-wmv
mp3
audio/mpeg
mp4
video/mp4

转载请注明出处,作者辛苦一个一个测试出来的。

你可能感兴趣的:(php上传常见文件类型和$_FILES["file"]["type"])