📄 upload_5.asp
字号:
<%
uppath="ycgs_others/" '文件上传路径
filelx="doc" '文件上传类型
%>
<html>
<head>
<title>文件上传</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td{font-size:12px}
a{color:#000000;text-decoration: none}
a:hover{text-decoration: underline}
.tx{height:16px;width:30px;border-color:black black #000000;border-top-width:0px;border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-size: 12px; background-color: #eeeeee; color: #0000FF}
.button{font-size:12px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width: 0px; height: 16px; width: 80px; background-color: #eeeeee; cursor: hand}
.tx1{height:20px;width:30px;font-size:12px;border:1px solid;border-color:black black #000000;color: #0000FF}
-->
</style>
<script language="javascript">
<!--
function mysub()
{
esave.style.visibility="visible";
}
-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="upfile_5.asp" enctype="multipart/form-data" >
<div id="esave" style="position:absolute; top:18px; left:40px; z-index:10; visibility:hidden">
<TABLE WIDTH=340 BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR><td width=20%></td><TD bgcolor=#104A7B width="60%">
<TABLE WIDTH=100% height=120 BORDER=0 CELLSPACING=1 CELLPADDING=0> <TR> <td bgcolor=#eeeeee align=center><font color=red>正在上传文件,请稍候...</font></td></tr>
</table></td><td width=20%></td></tr></table></div><table width="400" border="1" cellspacing="0" cellpadding="3" align="center" bordercolorlight="#0099FF" bordercolor="#0099FF">
<tr bgcolor="#FFCC00"> <td height="22" align="left" valign="middle" bgcolor="#0099FF" width="400"> 文件上传
<input type="hidden" name="filepath" value="<%=uppath%>"> <input type="hidden" name="filelx" value="<%=filelx%>">
<input type="hidden" name="act" value="uploadfile"> </td></tr> <tr align="center" valign="middle">
<td align="left" id="upid" height="80" width="400" bgcolor="#f7f7f7"> 选择文件: <input type="file" name="file1" style="width:300'" class="tx1" value="">
</td></tr> <tr align="center" valign="middle" bgcolor="#eeeeee"> <td bgcolor="#0099FF" height="24" width="400">
<input type="submit" name="Submit" value="· 开始上传 ·" class="button" onclick="javascript:mysub()">
</td></tr> </table></form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -