濮阳杆衣贸易有限公司

主頁 > 知識庫 > asp+fso在線管理圖片功能 原創(chuàng)

asp+fso在線管理圖片功能 原創(chuàng)

熱門標簽:自動外呼系統(tǒng)怎么防止封卡 鎮(zhèn)江云外呼系統(tǒng)怎么樣 客服外呼系統(tǒng)呼叫中心 電話機器人銷售公司嗎 電話機器人案例 土地證宗地圖標注符號 保定電銷機器人軟件 成都銷售外呼系統(tǒng)公司 vue 地圖標注拖拽
復制代碼 代碼如下:

%
'---------------------------------------------
'##############20060528新增加了對端口的支持
'作者:dxy QQ:461478385 Email:douxy001@gmail.com
'功能完善
%>
!--#include file="global.asp"-->
!--#include file="session.asp"-->
%
Set MyFile=Server.CreateObject("Scripting.FileSystemObject")
  if request.form("action")="delall" then
     Num=request.form("delFileName").count
    for x=1 to Num
    thedelall=Server.Mappath("../upload/"request.form("delFileName")(x))
    if myfile.fileexists(thedelall) then
    myfile.deletefile(thedelall)
    end if
    next
    end if
page=cint(request.querystring("page"))
  if Page=1 or Page="" then Page=1
  PageSize=25
  Domain=Request.ServerVariables("SERVER_NAME")
  gFilePath=Request.ServerVariables("PATH_INFO")
  serverport=request.ServerVariables("SERVER_PORT")
  gFilePath=lcase(left(gFilePath,instrRev(gFilePath,"/")))
  CountN=len(gFilePath)
  gFilePath=lcase(left(gFilePath,CountN-1))
  gFilePath=lcase(left(gFilePath,instrRev(gFilePath,"/")))
  if serverport>"80" then
  AllPath="http://"Domain":"serverportgfilepath
  else
  AllPath="http://"Domaingfilepath
  end if
filepath="../upload/"
dim fso
set fso=server.CreateObject("scripting.filesystemobject")
set thefolder=fso.getfolder(server.MapPath(filepath))
for each ffiles in thefolder.files
filecounts=filecounts+1
filesizes=filesizes+ffiles.size
if filesizes=0 then
response.write "此文件夾下沒有內(nèi)容"
response.end
end if
next

%>
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
html xmlns="http://www.w3.org/1999/xhtml">
head>
meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
title>dxy文件管理器/title>
link href="main.css" rel="stylesheet" type="text/css" />
script language="javascript" type="text/javascript">
function CheckAll()
{
for (var ic=0;icform1.delfilename.length;ic++)
{
var e = form1.delfilename[ic];
e.checked = !e.checked;
}
}
/script>
/head>

body style="margin:0px;">
table width="760" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#1F429E">
  form action="" method="post" name="form1">tr>
    td width="40" height="25" bgcolor="#FFFFFF">div align="center">序號/div>/td>
    td width="493" height="25" bgcolor="#FFFFFF">div align="center">文件名/div>/td>
    td width="100" bgcolor="#FFFFFF">div align="center">文件大小/div>/td>
    td width="98" bgcolor="#FFFFFF">div align="center">選擇/div>/td>
  /tr>
  %
  i=0
  for each ffiles in thefolder.files
  i=i+1
  if ccount>=pagesize then
  exit for
  elseif i>pagesize*(page-1) then
  ccount=ccount+1
   %>
  tr>
    td height="25" nowrap="nowrap" bgcolor="#FFFFFF" align="center">%=i%>/td>
    td nowrap="nowrap" bgcolor="#FFFFFF">a href="%=allpath"upload/"ffiles.name%>" target="_blank">img src=%=allpath"upload/"ffiles.name%> border="0" />/a>/td>
    td nowrap="nowrap" bgcolor="#FFFFFF">div align="center">%=ffiles.size%>[字節(jié)]/div>/td>
    td nowrap="nowrap" bgcolor="#FFFFFF">
      div align="center">
        input name="delfilename" type="checkbox" id="delfilename" value="%=ffiles.name%>" />
      /div>/td>/tr>
  %   
  end if
  next
  %>
  tr>
    td height="30" colspan="4" bgcolor="#FFFFFF">div align="center"> 
      共有文件font color="#FF0000" style="font-family:Georgia, 'Times New Roman', Times, serif">%=filecounts%>/font>個,占用空間font color="#FF0000" style="font-family:Georgia, 'Times New Roman', Times, serif">%=formatnumber((filesizes/1024),2)%>k/font>br />        
      input name="dxy_foldername" type="hidden" id="dxy_foldername" value="%=request("dxy_foldername")%>" />
      input type="button" name="Submit2" value="全選/反選" onclick="CheckAll()" />
       nbsp;nbsp;
       input type="submit" name="Submit" value="確定刪除所選的文件" />
        /p>
        input name="action" type="hidden" id="action" value="delall" />
    /div>/td>
    /tr>
  /form>
/table>
table width="760" height="21" border="0" align="center" cellpadding="0" cellspacing="0">
  tr>
    td bgcolor="#FFFFFF">div align="center">
      %
     if filecounts mod pagesize=0 then
      pagecount=filecounts/pagesize
      else
      pagecount=filecounts/pagesize+1
      end if
      if page>pagecount then
      page=pagecount
      else
      page=page
      end if
    for ii=1 to PageCount
  if page=ii then
    response.write "a href=picManage.asp?Page="ii">[font color=red>"ii"/font>]/a>  "
    else
    response.write "a href=picManage.asp?Page="ii">["ii"]/a>  "
    end if
  next
%>
    /div>/td>
  /tr>
/table>
/body>
/html>

標簽:內(nèi)江 成都 重慶 天津 公主嶺 麗江 臺灣 懷化

巨人網(wǎng)絡通訊聲明:本文標題《asp+fso在線管理圖片功能 原創(chuàng)》,本文關鍵詞  asp+fso,在線,管理,圖片,功能,;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《asp+fso在線管理圖片功能 原創(chuàng)》相關的同類信息!
  • 本頁收集關于asp+fso在線管理圖片功能 原創(chuàng)的相關信息資訊供網(wǎng)民參考!
  • 推薦文章
    布拖县| 大冶市| 肇源县| 江门市| 增城市| 青冈县| 岳普湖县| 山阴县| 井冈山市| 黄浦区| 平远县| 仲巴县| 凉城县| 黄石市| 达州市| 贡山| 巴彦县| 桂平市| 黔西县| 科尔| 玉树县| 昌都县| 西畴县| 临夏市| 博湖县| 保山市| 北京市| 东台市| 武强县| 璧山县| 分宜县| 太保市| 郑州市| 阳城县| 怀集县| 卢氏县| 瓦房店市| 衡南县| 邵阳县| 井冈山市| 九龙县|