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

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head><%
  6. '====================================================================
  7. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  8. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  9. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  10. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  11. '====================================================================
  12. %> <meta http-equiv="Cache-Control" content="must-revalidate" forua="true"/>
  13. <meta http-equiv="Cache-Control" content="no-cache" forua="true"/>
  14. <meta http-equiv="Cache-Control" content="max-age=0" forua="true"/>
  15. <meta http-equiv="Expires" content="0" forua="true"/>
  16. <meta http-equiv="Pragma" content="no-cache" forua="true"/>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  18. <!--#INCLUDE VIRTUAL="/dwap/conn.inc"-->
  19. <!--#INCLUDE VIRTUAL="/dwap/cnscusb.asp"-->
  20. <title>添加文件</title></head>
  21. <body>
  22. <%tid=TRim(Request("tid"))%>
  23. <form name="form1" METHOD="POST" ACTION="upload.asp?tid=<%=tid%>&amp;cnscu=<%=cnscu%>" ENCTYPE="multipart/form-data"><br/>
  24. 注意:文件太大因网络问题可能用手机上传不了.<br/>
  25. 可上传文件格式gif<br/>
  26. 可上传文件大小<%
  27. if 200/1024 < 1 then
  28. %>300>KB<%
  29. else
  30. %>300/1024,2)%>MB<%
  31. end if%><br/>
  32. <input type="file" name="filexx"><br/>
  33. <input name="ok" type="submit" value="&#x5F00;&#x59CB;&#x4E0A;&#x4F20;"/></form>
  34. </p>
  35. </body>
  36. </html>