Home > Backend Development > PHP Tutorial > php文件上传,该怎么解决

php文件上传,该怎么解决

WBOY
Release: 2016-06-13 11:56:28
Original
840 people have browsed it

php文件上传
小弟还在入门儿php的路上





选择好需上传文件点击上传按钮后,提示下载?这是哪里不对啊,123.php里就写了句最简单的(print_r($_FILES)),可是点上传怎么就成下载了?
------解决方案--------------------

name="file">


需要给一个name属性(红色标记的部分)
实在不会可以参考手册
------解决方案--------------------
php 环境搭配了吗? 又是怎么访问url的?
------解决方案--------------------
执行 php 文件是出现下载,表示你的 web 服务器不支持 php 解析
------解决方案--------------------
执行这个看看
<?php<br />phpinfo();<br />
Copy after login
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