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

php图片上传有关问题

WBOY
Release: 2016-06-13 13:29:58
Original
816 people have browsed it

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 "
Copy after login
"; ?>


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

------解决方案--------------------
不会出现你说的情况。你的chrome是什么版本?
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template