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

php图片上传报错error=3

WBOY
WBOYOriginal
2016-06-02 11:29:421049browse

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 )

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