上传asp文件上传源代码

asp 文件上传  时间:2021-02-09  阅读:()

<html>

<head>

<t it l e>化境上传</t it le>

<META http-equiv=Co ntent-Type content="text/html; chars et=gb 2312"><LIN Khref="inc/adminstyle.css"type=text/css rel=StyleSheet>

<META content="Micros o ft F rontP age 6.0"name=GENERATOR>

<style typ e="text/cs s">

<!--

.p9{font-s ize:9pt;fo nt-family:宋体}td{fo nt-s ize:9p t}

.tx{he ight: 16px;width:30px;border-color:b lack black#000000;border-top-width:0p x;border-right-width:0p x;bo rder-botto m-width: 1 px;b order-le ft-width:0p x;fo nt-s ize:9 pt;background-color:#eeeeee;color:#0000FF}

.tx2{he ight: 16px;border-top-width:0 px;b order-right-width:0 px;b order-botto m-width: 1 px;border-le ft-width:0px;font-size:9pt; color:#0000FF;border-le ft-color:#000000;bo rder-right-colo r:#000000;bord er-top-color:#000000;border-botto m-color:#000000}

.bt {border-left:1px solid#C0C0C0;border-top:1px solid#C 0C0C0;font-size:9pt;border-right-width: 1;border-botto m-width: 1;he ight:22 px;width:80px;bac kground-color:#EEEEEE;cursor:hand;border-right-style:so lid;b order-botto m-style:s o lid}.tx1 {width:400;height:20px;font-size:9pt;border: 1 px so lid;b order-color:b lackblack#000000;color:#0000FF}

-->

</style>

</head>

<bodybgcolor="#FFFFFF" text="#000000">

<form name="form1"method="p ost"action="up file_dtk.asp"enctyp e="multipart/form-d ata">

<input type="hidden"name="act"value="up load">

<br>

<tab le width="100%"border="1"c ellsp ac ing="0"cellp adding="5"align="c enter"borderco lordark="#C CCCCC"bo rdercolorlight="#000000">

<trbgcolor="#CCCCCC">

<td he ight="30"align="le ft"valign="middle"b gco lo r="#C CCCCC">

<p a lign="c ente r">&nb sp;相关文件上传</td>

</tr>

<tr align="left"valign="middle"bgcolor="#eeeeee">

<td bgcolor="#eeeeee"height="28">

<script language="javascript">function setid()

{str='<br>';if(!wind ow.fo rm1.upcount.value)

window.form1.upcount.value=1;fo r(i=1;i<=windo w.fo rm1.upco unt.value;i++)str+='文件'+i+' :<inp ut typ e="file"name="file'+i+'" style="wi dth:400"class="tx1"><br><br>';windo w.up id.inn erHTML=str+'<br>';

}

</script>

<li>需要上传的个数

<input typ e="text"name="upcount"class="tx"value="1">

<input typ e="butto n"name="Button"class="bt"onC lick="setid();"value="·设定·">

</li>

</td>

</tr>

<tr align="c e nter"va lig n="mi dd le">

<td a lign="le ft" id="up id"he ight="25">文件1 :

<input type="file"name="file1" style="width:400"class="tx1"value="">

</td>

</tr>

<tr align="c enter"valign="middle"bgco lor="#eeeeee">

<td bgcolor="#eeeeee"height="30">

<inp ut type="s ub mit"nam e="S ub mit"va lu e="·提交·"c las s="bt">

<input type="reset"name="Submit2"value="·重置·"clas s="bt">

</td>

</tr>

</table>

</form>

</body>

</html>

<script language="javascript">setid();

</script>

<%set rs=s erver.createobj ect("adodb.recordset")na me=tr im(re que s t("na me"))bo_Class=request("Class")if name="" then

sqltext="select*from FileInfo order by ID desc"elsesqltext="select*from FileInfo"if bo_class="按文件名"thensqltext=sqltext&"where FileN ame like'%"&name&"%'o rder by time"elseif bo_class="按上传时间" thensqltext=sqltext&"where time like'%"&name&"%'order by time"end ifend ifrs.o pen s qlte xt,conn,1,1

'-------------定义每页显示记录数dim MaxPerPage

MaxPerPage=20

'-

------------------------------

'假如没有数据时

If rs.eof and rs.bof thencall showpagesresponse.write"<p align='center'><font color='#ff0000'>还没任何学生信息</font></p>"response.end

End if

'取得页数,并判断用户输入的是否数字类型的数据如不是将以第一页显示dim te xt,c he ckpagete xt="0123456789"

Rs.P ageS ize=MaxPerP agefor i=1 to len(request("page"))checkp age=ins tr(1,te xt,mid(request("page"),i,1))if checkpage=0 thenexit forend ifne xt

If checkpage<>0 then

IfNOT IsEmpty(request("page"))Then

Curre ntPa ge=Cint(request("page"))

If CurrentPage<1 Then CurrentPage=1

If CurrentPage>Rs.PageCount Then CurrentPage=Rs.PageCount

Else

CurrentPage=1

End If

If not Rs.eof Then Rs.AbsolutePage=CurrentPage end if

Else

CurrentPage=1

End if

'callshowpagescall list

If Rs.recordcount>MaxPerP age thencallshowpagesend if

'显示帖子的子程序

Sub list()%>

<form method='POST'action='filesup_dtk.asp'>

<tab le ce llpadding="2"ce llspac ing="1"bo rder="0"width=100%cellp adding="4"align=center c lass="a3">

<TB ODY>

<tr class="a1"> <TD height="18">

<font color="#FF0000">【相关文件信息下载查看】 </fo nt>&nb sp;

&nb sp;&nb sp;&nb sp;&nb s p;&nb sp;&nb sp;&nb sp;信息检索

<select name='Clas s' size='1' tab index='0' style="font-size:9pt">

<option value='按文件名'>按文件名</option>

<option value='按上传时间'>按上传时间</option>

</select>

<input type='text'name='Name' s ize='11' onMouseO ver="this.style.backgroundCo lor='#F5F0FF'"onMous eOut="this.style.backgroundColo r=''"style="font-family:新细明体,宋体,Arial;font-size:9pt;he ight: 18;background-c olor:#f3 f3 f3;width:215;border: 1 solid black">

<inp ut typ e='s ubmit'va lue='查询'nam e='Submit' style="fo nt-fami ly:新细明体,宋体,Arial;font-s ize:9pt;height:20px;background-color:#D4D0C 8;"onMous e Over="this.style.backgroundCo lor='#FFC864'"onMouseOut

="this.style.b ackgroundC o lor='#D4D0C 8'">

</TD></TR>

<TR vAlign=top>

<TD >

<tab le ce llpadding="3"ce llspac ing="1"b order="0"width=100%cellpadding="4"align=center c lass="a2">

<tr alig n="c e nter" c las s="a4">

<td width="2%">序号</td>

<td width="6%">上传时间</td>

<td width="5%">上传地址</td>

<td width="3%">文件大小</td>

<td width="18%">下载查看</td>

<td wi dth="2%">删除</td>

</tr>

<%if not rs.eof theni=0do while not rs.eo f

%>

<tr clas s="a3"align="c enter"height=20>

<td><%=r s("i d")%></td>

<td ><%=r s("t ime")%></td>

<td><%=r s("ip")%></td>

<td><%=rs("fi le size")%> </td>

<td align='le ft'> <%=rs("F ileName")%><ahre f="<%=rs("F ile we bPath")%>"><img border="0" src="img/addpic.gif"a lt="下载查看"></a> </td>

<td va lign='midd le'> <A

HREF="<%=serverpath&"d eldb file_dtk.asp?filename="&rs("F ileName")%>">删除</A> </td>

<%i=i+1if i>=MaxPerpage then exit dors.mo venextloopend if

%>

</tab le>

</TD></TR>

</TBO DY></TABLE><br>

<%

End subrs.closeconn.close

%> </c enter>

</d iv>

<div a lign="ce nter">

<c enter>

</form>

<%

'显示翻页的子程序sub showpages()%>

<tab le cellp adding="2" cellspac ing="1"border="0"width=100%ce llpadding="4"align=center c lass="a3">

<tr><td>

<%resp onse.write "<form method=Post action='filesup_dtk.asp'>"

%>

<table c ellpadding="2" cellspacing="1"border="0"width=100%cellpadding="4"align=cente r c la ss="a2">

<trclass="a1">

<td>

<font color="#000000">

<p align="le ft">

<%

Response.write "<font color='#000000'>分页-</font>"

If currentpage>1 Thenrespo ns e.write "<a hre f='fi les up_dtk.asp?&page="+cs tr(1)+"'><fontcolor='#000000'>首页</font></a><font color='#000000'><b>-

</b></fo nt>"

Respo nse.write "<a hre f='filesup_dtk.asp?page="+C s tr(currentpage-

1)+"&name="&name&"&class="&bo_class&"'><font color='#000000'>前页

</font></a><font color='#000000'><b>-</b></font>"

Else

Response.write "<font color='#000000'>首页-</font>"

Response.write "<font color='#000000'>前页-</font>"

End if

If currentpage<Rs.PageCount Then

Res ponse.writ e "<ahre f='filesup_dtk.a sp?page="+C str(currentPage+1)+"&name="&name&"&c las s="&b o_class&"'><font color='#000000'>后页</font></a><font color='#000000'><b>-

</b></fo nt>"

Re sp onse.wr ite

"<a href='file sup_dtk.asp?page="+Cstr(Rs.PageCount)+"&name="&name&"&class="&bo_class&"'><font color='#000000'>尾页</font></a>&nbsp;&nbsp;"

Else

Response.write "<font color='#000000'>后页-</font>"

Response.write "<font color='#000000'>尾页

</fo nt>&nb sp;&nb s p;"

End if

Response.write "<font color='#000000'>页次:</font>"&"<font color=#FF0000>"&Cstr(CurrentPage)&"</font>"&"<font co lo r='#000000'>/"&Cstr(rs.pagec ount)&"</fo nt>&nb s p;"

Response.write "<font c olor=#ff0000>"&Cstr(MaxPerPage)&"</font>"&"<font color='#000000'>条记录/页&nbsp"&"共</font>"&"<font color=#FF0000>"&Cstr(Rs.RecordCount)&"</font>"&"<font co lor='#000000'>条记录

</font>&nbsp;&nbsp;"resp onse.write "</td><td alig n='ri ght'>"response.write"<font c o lor='#ffffff' class=main 1>转到 </font><input type='text'name='page' size=4 maxlength=4 class=smallInputvalue="&Currentp age&">&nbsp;"response.write"<input class=buttonface type='submit' value='Go' name='cndok'style='b ackground-co lor:#FF FFFF'></span>&nbsp;&nbsp;"

%>

</font>

</td>

</tr>

</table>

</center>

</td></tr>

</tab le>

</form>

<%end sub%> </body>

</ht ml>

<%functio n GetF ileP ath(F ullPath,str)

If FullPath<>""Then

GetFileP ath=le ft(FullPath,InStrRe v(FullPath, s tr))

Else

Ge tF ile P ath=""

End If

End function

%>

Megalayer优化带宽和VPS主机主机方案策略 15M CN2优化带宽和30M全向带宽

Megalayer 商家主营业务是以独立服务器和站群服务器的,后来也陆续的有新增香港、菲律宾数据中心的VPS主机产品。由于其线路的丰富,还是深受一些用户喜欢的,有CN2优化直连线路,有全向国际线路,以及针对欧美的国际线路。这次有看到商家也有新增美国机房的VPS主机,也有包括15M带宽CN2优化带宽以及30M带宽的全向线路。Megalayer 商家提供的美国机房VPS产品,提供的配置方案也是比较多,...

CheapWindowsVPS$4.5/月,美国VPS/免费Windows系统/1Gbps不限流量/,可选美洲、欧洲、亚洲等8大机房

国外商家提供Windows系统的并不常见,CheapWindowsVPS 此次提供的 2 款 VPS 促销套餐,提供 5 折永久优惠码,优惠后月付 4.5 美元起,价格还是挺诱人的,VPS 不限流量,接入 1Gbps 带宽,8 个机房皆可选,其中洛杉矶机房还提供亚洲优化网络供选择,操作系统有 Windows 10 专业版、2012 R2、2016、Linux等。Cheap Windows VPS是...

轻云互联,香港云服务器折后22元/月 美国云服务器 1核 512M内存 15M带宽 折后19.36元/月

轻云互联成立于2018年的国人商家,广州轻云互联网络科技有限公司旗下品牌,主要从事VPS、虚拟主机等云计算产品业务,适合建站、新手上车的值得选择,香港三网直连(电信CN2GIA联通移动CN2直连);美国圣何塞(回程三网CN2GIA)线路,所有产品均采用KVM虚拟技术架构,高效售后保障,稳定多年,高性能可用,网络优质,为您的业务保驾护航。官方网站:点击进入广州轻云网络科技有限公司活动规则:1.用户购...

asp 文件上传为你推荐
ov单片机中psw中的ov的用法yy频道中心YY怎么进入频道中心吴晓波频道买粉《充电时间》的节目跟《吴晓波频道》哪个好听?arm开发板单片机开发板与ARM开发板有什么不同?数码资源网安卓有没有可以离线刷题的软件?唱吧电脑版官方下载电脑上可以安装唱吧吗?神雕侠侣礼包大全神雕侠侣陈晓礼包兑换码怎么获得ios7固件下载iOS7如何升级固件?数据库损坏数据库坏了,怎么修复?ejb开发什么是ejb?
me域名 香港主机 国内永久免费云服务器 ev证书 大容量存储 坐公交投2700元 softbank邮箱 免费活动 双12 yundun 空间购买 服务器是干什么用的 独立主机 免费个人主页 实惠 supercache 广州主机托管 广州服务器托管 789电视剧网 cdn加速 更多