up.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <?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 xmlns="http://www.w3.org/1999/xhtml">
- <head><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <meta http-equiv="Cache-Control" content="must-revalidate" forua="true"/>
- <meta http-equiv="Cache-Control" content="no-cache" forua="true"/>
- <meta http-equiv="Cache-Control" content="max-age=0" forua="true"/>
- <meta http-equiv="Expires" content="0" forua="true"/>
- <meta http-equiv="Pragma" content="no-cache" forua="true"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!--#INCLUDE VIRTUAL="/dwap/conn.inc"-->
- <!--#INCLUDE VIRTUAL="/dwap/cnscusb.asp"-->
- <title>添加文件</title></head>
- <body>
- <%tid=TRim(Request("tid"))%>
- <form name="form1" METHOD="POST" ACTION="upload.asp?tid=<%=tid%>&cnscu=<%=cnscu%>" ENCTYPE="multipart/form-data"><br/>
- 注意:文件太大因网络问题可能用手机上传不了.<br/>
- 可上传文件格式gif<br/>
- 可上传文件大小<%
- if 200/1024 < 1 then
- %>300>KB<%
- else
- %>300/1024,2)%>MB<%
- end if%><br/>
- <input type="file" name="filexx"><br/>
- <input name="ok" type="submit" value="开始上传"/></form>
- </p>
- </body>
- </html>