女主播艾琳生活照:php 文件上传得问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/16 19:47:58
php.ini中关于文件上传得参数该设置的都设置了,这段代码windows中可以执行,但是linux下不执行,能够跳转到1111.php,但是网页提示(该页无法显示 您要查看的页当前不可用。网站可能遇到技术问题,或者您需要调整浏览器设置。)

<form action="1111.php" method="post" name="iDownS" enctype='multipart/form-data'>
<table>
<tr>
<td><input type="file" name="upsoft" size="50"></td>
</tr>
<tr>
<td colspan="2"><input name="aaa" type="submit"></td>
</tr>
</table>
</form>