cnscu.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
  2. <!--#include file="conn.inc"-->
  3. <!--#include file="cnscu_sb.asp"-->
  4. <!--#include FILE="ltinc/char.asp"--><%
  5. '====================================================================
  6. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  7. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  8. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  9. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  10. '====================================================================
  11. %> <%
  12. sq1="select * from upset where id=1"
  13. Set Rs1 = Server.CreateObject("Adodb.Recordset")
  14. rs1.open sq1,conn,1,2
  15. rstitle=c2u(rs1("title"))
  16. rsformPath=rs1("formPath")
  17. rsnamekind=rs1("namekind")
  18. rsfilesize=rs1("filesize")
  19. rsallowedfile=rs1("allowedfile")
  20. rsforceup=rs1("forceup")
  21. rs1.close
  22. Set rs1=nothing
  23. %>
  24. <?xml version="1.0" encoding="UTF-8"?>
  25. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  26. <html>
  27. <head>
  28. <title>wap2.0上传</title>
  29. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  30. </head>
  31. <body>
  32. <p align="left">上传文件<br/>
  33. <form enctype="multipart/form-data" action ="tjok.asp?sb=<%=sb%>" method="post" Accept-Charset="gb2312">
  34. 文件:<input name="file1" type="file" title="选择" size="16"><br/>
  35. <input type=submit value='上传'>
  36. </form><br/>
  37. <a href='zjtjrj.asp?sb=<%=sb%>'>直接添加软件</a><br/>
  38. <a href='admin_index.asp?sb=<%=sb%>'>管理首页</a>
  39. <br/>注:建议所上传文件名和目录组合是字母与数字
  40. </p>
  41. </body>
  42. </html>