Home  >  Article  >  Backend Development  >  php图片上传有关问题

php图片上传有关问题

WBOY
WBOYOriginal
2016-06-13 13:29:58780browse

php图片上传问题
我在做PHP图片上传的时候,用以下代码显示上传图片的信息:

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
<?php echo "<pre class="brush:php;toolbar:false">";
    var_dump($_FILES);
    echo "
"; ?>


火狐和IE显示都正常,为什么Chrome显示的是空数组?

------解决方案--------------------
不会出现你说的情况。你的chrome是什么版本?
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