2200.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
- <!--#include file="conn.inc"-->
- <!--#include file="cnscucsb.asp"-->
- <!--#include file="cnscu/char.asp"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <%
- ltid=usb(request("ltid"))
- sq1="select * from upset where id=1"
- Set Rs1 = Server.CreateObject("Adodb.Recordset")
- rs1.open sq1,conn,1,2
- rstitle=c2u(rs1("title"))
- rsformPath=rs1("formPath")
- rsnamekind=rs1("namekind")
- rsfilesize=rs1("filesize")
- rsallowedfile=rs1("allowedfile")
- rsforceup=rs1("forceup")
- rs1.close
- Set rs1=nothing
- %>
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html>
- <head>
- <title>wap2.0上传</title>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- </head>
- <body>
- <p align="left">请先上传文件<br/>
- <form enctype="multipart/form-data" action ="2200cl.asp?ltid=<%=ltid%>&cnscu=<%=cnscu%>" method="post" Accept-Charset="gb2312">
- 文件:<input name="file1" type="file" title="选择" size="16"><br/>
- <input type=submit value='上传'>
- </form>
- <a href='lt_add.asp?ltid=<%=ltid%>&cnscu=<%=cnscu%>'>发普通帖</a><br/>
- <a href='lt_list.asp?ltid=<%=ltid%>&cnscu=<%=cnscu%>'>回到论坛</a><br/>
- <a href='index.asp?cnscu=<%=cnscu%>'>社区首页</a>
- <br/>注:建议所上传文件名和目录组合是字母与数字
- </p>
- </body>
- </html>