📄 upload_pic.asp
字号:
<!--#include file="chklogin.asp"-->
<%
call myobj.chkrq()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>上传图片文件</title>
<link href="images/style2.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body leftMargin="0" topMargin="0" bgcolor="#FFFFFF">
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<table width="550" height="25" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3975CE">
<tr>
<td align="center" class="font1"><strong class="font1">上传影片海报文件</strong></td>
</tr>
</table>
<table width="550" height="30" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7">
<tr>
<td align="center" bgcolor="#F7F7F7"><table width="550" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center">(只允许上传 jpg、gif、png、bmp 格式的文件,并且文件不能大于500kb)</td>
</tr>
<tr>
<td height="25" align="center">如果本影片没有海报文件,则请离开本页</td>
</tr>
</table>
<table width="500" height="40" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><form name="form1" method="post" action="upload.asp" enctype="multipart/form-data">
<input name="file1" type=file class="input1" id="file1" onpropertychange="show_pic.src=this.value;show_pic.style.display='';">
<input name="submit" type="submit" class="button1" value="上传">
<input name="action" type="hidden" id="action" value="upload_pic">
<input name="id" type="hidden" id="id" value="<%=id%>">
</form></td>
</tr>
</table>
<table width="500" height="230" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><img src="" id="show_pic" width="160" height="200" style="display:none;"></td>
</tr>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -