⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload123.asp

📁 这个系统是企业管理系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Check_Sql123.asp" -->

<!--#include file="admin_qx.asp" -->
<% call islogin() %> 
<html>
<head>
<title>相片上传</title>
<meta http-equiv="Content-Type"  content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/style.css" type="text/css">
<style type="text/css">
<!--
body,td,th {
	font-size: 16px;
}
.STYLE2 {
	color: #FF6600;
	font-size: 14px;
}
.STYLE6 {font-size: 12px}
-->
</style></head>
<body leftmargin="0" topmargin="0"   >
  
<table width="98%" border="0" align="center" height="184" cellspacing="1">
  <tr> 
    <td height="18" align="center" bgcolor="#FFFFFF"><font color="#FFFF33"><b><font size="4" color="#000000">请选择相片</font></b></font></td>
  </tr>
  <tr> 
    <td bgcolor="#FFFFFF"> 
      <form name="form"  method="post" action="upfiles123.asp" enctype="multipart/form-data" >
        <p> <br>
        <input type="hidden" name="filepath" value="photo">
          <input type="hidden"  name="act" value="upload">
          <input type="file" name="file1"  size="30">  
          <input  type="submit" name="Submit" value="上传相片" class="tl">
          <br>
          <br>
        </p>
      </form>    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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