tjpic.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
- <!--#include file="conn.inc"-->
- <!--#include file="cnscu_sb.asp"-->
- <!--#include FILE="ltinc/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
- '====================================================================
- %> <%
- did=request.QueryString("did")
- 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 ="tjpicok.asp?sb=<%=sb%>&did=<%=did%>" method="post" Accept-Charset="gb2312">
- 文件:<input name="file1" type="file" title="选择" size="16"><br/>
- <input type=submit value='上传'>
- </form><br/>
- <%if did<>"" then%>
- <a href='lm_gl.asp?sb=<%=sb%>&id=<%=did%>&fs=<%=fs%>'>回到栏目</a><br/>
- <%end if%>
- <a href='cnscu_lm.asp?sb=<%=sb%>&id=<%=did%>&fs=<%=fs%>'>设计中心</a><br/>
- <a href='admin_index.asp?sb=<%=sb%>&id=<%=did%>&fs=<%=fs%>'>管理后台</a>
- <br/>注:建议所上传文件名和目录组合是字母与数字
- </p>
- </body>
- </html>