Php file downloading

Source: Internet
Author: User
Php file upload problems? Html page code: HTMLcode & lt ;! DOCTYPEhtmlPUBLIC & quot;-// W3C // DTDHTML4.01Transitional // EN & quot; http://www.w3.org/TR/html4/loose.dtd& php file Upload question?
Html page code:
HTML code
  
  File UploadFile Upload


Php page code
PHP code
  
  
  0) echo "Upload failed !! "; Else echo" Upload successful !! "; If ($ _ FILES ['userfile'] ['type']! = 'Text/plain ') echo "select the correct file type !! ";?>


Problems:
Notice: Undefined index: userfile in G: \ apache \ htdocs \ php \ upload. php on line 4
Upload successful !!
Notice: Undefined index: userfile in G: \ apache \ htdocs \ php \ upload. php on line 8
Select the correct file type !!

What's going on? According to the information in the book, the uploaded file cannot be correctly determined whether it is in text format. is it on $ _ files? I haven't figured it out for a long time. I hope someone can help me. thank you ....


------ Solution --------------------
Print_r ($ _ FILES); // Check

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.