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

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <!--#include file="conn.inc"-->
  3. <!--#include file="cnscucsb.asp"--><%
  4. '====================================================================
  5. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  6. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  7. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  8. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  9. '====================================================================
  10. %> <%
  11. cnscu=request.querystring("cnscu")
  12. iduse=Session("useid")
  13. nais=request("nais")
  14. ltid=request("ltid")
  15. itid=request("itid")
  16. sq1="select * from upset order by id"
  17. Set Rs1 = Server.CreateObject("Adodb.Recordset")
  18. rs1.open sq1,conn,1,2
  19. rsformPath=rs1("formPath")
  20. rsnamekind=rs1("namekind")
  21. rsfilesize=rs1("filesize")
  22. rsallowedfile=rs1("allowedfile")
  23. rs1.close
  24. Set rs1=nothing
  25. cnscu=request.querystring("cnscu")
  26. %>
  27. <% Response.ContentType="text/vnd.wap.wml;charset=UTF-8" %>
  28. <?xml version="1.0" encoding="utf-8"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
  29. <wml>
  30. <head>
  31. <meta http-equiv="Cache-Control" content="max-age=0"/>
  32. <meta http-equiv="Cache-Control" content="no-cache"/>
  33. </head>
  34. <card  title="上传图片">
  35. <p>
  36. <%If request("id")="" Then response.redirect"mobileup.asp"%>
  37. <%if request("id")=1 then %>
  38.    文件名不能为空!<br/>
  39. <%End if%>
  40. <%if request("id")=2 then %>
  41. 文件类型错误,上传不成功!<br/>
  42. 允许上传的文件类型有:<%=rsallowedfile%><br/>
  43. <%End if%>
  44. <%if request("id")=3 then %>
  45. 文件过大,上传不成功!<br/>
  46. 允许上传的文件大小为:<%=rsfilesize%>KB<br/>
  47. <%End if%>
  48. <%if request("id")=4 then %>
  49. 文件已经上传,
  50. <%
  51. size=CStr(request("size"))
  52. sq2="select * from data where filesize='"&size&"'"
  53. Set Rs2 = Server.CreateObject("Adodb.Recordset")
  54. rs2.open sq2,conn,1,2
  55. id=rs2("id")
  56. title=rs2("title")
  57. explain=rs2("explain")
  58. size=rs2("filesize")
  59. addtime=rs2("addtime")
  60. %>
  61. <%
  62. filetype=rs2("dataname")
  63. i=InStrRev(filetype,".")
  64. l=Len(filetype)
  65. If i>0 Then
  66.   filetype=Right(filetype,l-i)
  67. End If%>
  68. 格式:<%=filetype%><br/>
  69. <%size=Round(rs2("filesize")/1024,2)
  70. If Left(size,1)="." Then size="0"&size%>
  71. 大小:<%=size%>KB
  72. <%
  73. if filetype="gif" or filetype="jpg" or filetype="png" or filetype="bmp" or filetype="jpge" then
  74. wjss="(img)/down/"&rs2("dataname")&"(/img)"
  75. else
  76. wjss="(url=/down/"&rs2("dataname")&")免费下载(/url)"
  77. end if%>
  78. <br/>标题:<input name="ltbt" emptyok="true" maxlength="16" value=""/><br/>
  79. 内容:<input name="lttxt" emptyok="true" value=""/><br/>
  80. <anchor title="确定提交">[确定提交]
  81. <go href="lt_addcl.asp?cnscu=<%=cnscu%>&amp;ltid=<%=ltid%>&amp;dj=<%=dj%>" method="post" accept-charset='utf-8'>
  82. <postfield name="ltbt" value="$(ltbt)"/>
  83. <postfield name="lttxt" value="$(lttxt)[br]<%=wjss%>"/>
  84. <postfield name="djjg" value="$(djjg)"/>
  85. <postfield name="ldid" value="$(ldid)"/>
  86. <postfield name="t" value="<%=t%>"/>
  87. </go>
  88. </anchor><br/>
  89. <%End if%>
  90. <%if request("id")=5 then %>
  91.    请选择要上传的文件!<br/>
  92. <%End if%>
  93. <%if request("id")=6 then %>
  94. 系统错误,请联系管理员!<br/>
  95. 错误6,保存上传数据所需文件夹不存在!<br/>
  96. <%End if
  97. rs2.close
  98. Set rs2=nothing
  99. %>
  100. <a href="lt_list.asp?ltid=<%=ltid%>&amp;cnscu=<%=cnscu%>">论坛首页</a><br/>
  101. <a href="index.asp?cnscu=<%=cnscu%>">社区首页</a><br/>
  102. </p>
  103. </card>
  104. </wml>