Php file downloading failed

Source: Internet
Author: User
Pipeline & quot; $ path = dirname (_ FILE _). & quot; php FILE Upload failed
PHP code
  Print_r ($ _ FILES); $ name = date ("Ymd_his _"). rand (100,999 ). ". txt "; $ path = dirname (_ FILE __). "/upload /". $ name; $ result = move_uploaded_file ($ _ FILES ["file"] ["tmp_name"], $ path); echo $ result; if (! $ Result) echo $ _ FILES ['file'] ['error']."
"; Else echo" uploaded successfully ";


Why $ _ FILES ['file'] ['error'] is 0? Upload failed

------ Solution --------------------
Open the php error prompt.
------ Solution --------------------
["File"]
The name of the input file is the same as that of the form.
$ Path = dirname (_ FILE _). "/upload/". $ name; ensure that the directory exists.
------ Solution --------------------
Discussion

["File"]
The name of the input file is the same as that of the form.
$ Path = dirname (_ FILE _). "/upload/". $ name; ensure that the directory exists.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.