upload.asp

来自「社区天地图文系统(核心:尘缘雅境图文系统) 版本: 1.0 本系统是ASP」· ASP 代码 · 共 20 行

ASP
20
字号
<!--#include file=conn.asp -->
<!--#include file=chkuser.asp -->
<!--#include file=../include/config.asp -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>图片上传</title>
<LINK href=site.css rel=stylesheet>
</head>
<body leftmargin="0" topmargin="0">
<form name="form" method="post" action="upfile.asp" enctype="multipart/form-data" ><br>
<p align=center>
<input type="hidden" name="CopyrightInfo" value="http://www.chinaasp.com">
<input type="hidden" name="filepath" value="http://<%=xpurl%>/uploadfile/">
<input type="hidden" name="act" value="upload">
文件:<input type="file" name="file1" size=30>
<input type="submit" name="Submit" value="上传" ><br> 类型:jpg,gif,png,bmp,swf,限制:1000K。<br><br>如果您在文档中插入了图片,请在添加文章页面的<font color=red>图片新闻</font>处选择“<font color=red>是</font>”。
</form>
</body>
</html>

⌨️ 快捷键说明

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