高分求教,在文件上传时$_POST['file']传来的竟是null!!。。。。。。。

高分求教,在文件上传时$_POST['file']传来的竟是null,但是用$_request[‘file’]
就是array了为什么?
怎么copy( ,)呀
copy($file['name'],$upfilepath.$file['name']))
不正确,正确的应该是什么?
应该能看懂我的意思吧。
---------------------------------------------------------------

查看你所有传过来的所有信息
print"

1<pre>";   
2print_r($_POST);   
3print"</pre>

";
---------------------------------------------------------------

对了,想起来了,不是用$_POST接收试试楼上的吧

Published At
Categories with Web编程
Tagged with
comments powered by Disqus