upload_file.php

来自「MetInfo信息反馈系统是一套功能齐全的网站信息在线提交系统」· PHP 代码 · 共 23 行

PHP
23
字号
<?php
require_once '../login/login_check.php';
$css_url="../templates/".$met_skin."/css";
$img_url="../templates/".$met_skin."/images";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="<?echo $css_url;?>/metinfo_admin.css">
<title>涓婁紶鏂囦欢</title>
<script type="text/javascript" src="../language/zh_cn.js"></script>
<script type="text/javascript" src="../include/metinfo.js"></script>
</head>
<body>

<form enctype="multipart/form-data" method="POST" name="myform" onSubmit="return CheckFormupload();" action="uploadfile_save.php?action=add" target="_self">
<input name="imgurl" type="file" class="input" size="20" maxlength="200">
<input name="returnid" type="hidden" value="<? echo $returnid; ?>" />
<input name="uploadtype" type="hidden" value="<? echo $uploadtype; ?>" />
<input type="submit" name="Submit" value="涓婁紶" class="tj">
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?