Home  >  Article  >  Backend Development  >  php兑现上传Excle文件

php兑现上传Excle文件

WBOY
WBOYOriginal
2016-06-13 12:41:21824browse

php实现上传Excle文件
要实现php上传EXCEL时,在选择文件时,只显示EXCEL文件,还有就是如何判断$upfile=$_FILES["upfile"];$type = $upfile["type"]; $type是excel的, 我试过$type=="xls"不行,它应该等于什么,还有一个问题就是上传时,不是都是先把文件上传到一个临时文件,然后在移动到指定目标,这个临时文件怎么删除

PHP Excel
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn