Chinaunix

标题: 求教:php文件上传问题(急) [打印本页]

作者: fingling    时间: 2004-07-13 09:21
标题: 求教:php文件上传问题(急)
我试用下述方法上传文件:
<html>;
<head>;
<title>;file upload</title>;
</head>;
<body>;
<form enctype="multipart/form-data" name="myform" action="submit.php"
method="post">;
select upfile:
<input name="myfile" type="file">;
<input name="submit" value="upload" type="submit">;
</table>;
</body>;
</html>;
然后在submit.php中
<?php
if(isset($myfile)) echo $myfile_name;
?>;
为什么没有显示任何信息??????
作者: masky    时间: 2004-07-13 18:57
标题: 求教:php文件上传问题(急)
看看你的PHP配置文件中的register_globalse有没有打开?
如果没有得用$_GET[myfile]
作者: 夜猫子    时间: 2004-07-13 19:35
标题: 求教:php文件上传问题(急)
禁止讨论这种无聊的问题,楼主自己翻翻我们的置顶帖




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2