Home > Backend Development > PHP Tutorial > php图片上传报错error=3

php图片上传报错error=3

WBOY
Release: 2016-06-02 11:29:42
Original
1062 people have browsed it

php图片upload


upload:


/**

  • Created by PhpStorm.
  • User: rosen
  • Date: 15-11-5
  • Time: 下午8:43*/print_r($_FILES['file']);

?>

为什么程序运行结果报错Array ( [name] => 2015-10-19 18:47:42屏幕截图.png [type] => [tmp_name] => [error] => 3 [size] => 0 )

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