人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

在服務器端選擇文件

在服務器端選擇文件

更新時間:2022-08-04 文章作者:未知 信息來源:網絡 閱讀次數:


一個在服務器端選擇文件的小程序,在要插入服務器端的文件,例如服務器端已經上傳的圖片,或者是菜單管理中選擇要執行的文件,都是有用的,當然,還可以改作它用,就看你的需要了。

限于時間,沒能打它做成像windows的打開文件窗口一樣的效果,哪位網友做了,告訴一聲啊,遲些我自己抽得出時間也會做的,希望能與大家一起進步。

<%@ Language=VBScript codePage="936"%>
<% option explicit %>

<%
function getFileName(strPath)
dim filename
filename = mid(strPath,instrrev(strPath,"\")+1)
getFileName = filename
end function
%>

<HTML>
<HEAD>
<title>Noteless Valley(lijun.org)程序示例</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
<style type=text/css>
BODY
{
font-size: 16px;
border-top-style: none;
font-family: Verdana, 宋體;
border-right-style: none;
border-left-style: none;
background-color: white;
border-bottom-style: none;
}
A
{
text-decoration: none;
}
A:hover
{
text-decoration: underline;
}
</style>

<script language=javascript>
function selFile(filename) {
lblMsg.innerText = filename;
}
</script>
</HEAD>
<body>
<%
dim strSvrPath, strCurrentDirectory
strSvrPath = request.QueryString("path")
if strSvrPath = "" then
strSvrPath = request.ServerVariables("SCRIPT_NAME")
strSvrPath = mid(strSvrPath,1,instrrev(strSvrPath,"/")) '在這里設定初始目錄,此處我設為根目錄
end if
strCurrentDirectory = server.MapPath(strSvrPath)
response.Write "當前目錄:" & strSvrPath & "<br>"

dim fso, folder, subfolder, files, item
set fso = server.CreateObject("scripting.filesystemobject")
set folder = fso.GetFolder(strCurrentDirectory)
set subfolder = folder.SubFolders

if strSvrPath <> "/" then
response.Write "<a href=?path=" & mid(strSvrPath,1,instrrev(mid(strSvrPath,1,len(strSvrPath)-1),"/")) & ">[To Parent Directory]</a>" & "<br>"
end if
for each item in subfolder
response.Write "<a href=?path=" & strSvrPath & getFileName(item) & "/><font face=wingdings>0</font>" & _
getFileName(item) & "</a><br>"
next

set files = folder.Files
for each item in files
'取絕對路徑
' response.Write "<a href=javascript:selFile('" & strSvrPath & getFileName(item) & _
' "');><font face=wingdings>3</font>" & getFileName(item) & "</a><br>"
'取文件名
' response.Write "<a href=javascript:selFile('" & getFileName(item) & "');><font face=wingdings>3</font>" & _
' getFileName(item) & "</a><br>"
'取相對某目錄的相對路徑,本例為“/myweb/”
response.Write "<a href=javascript:selFile('" & replace(strSvrPath,"/myweb/","") & getFileName(item) & "');><font face=wingdings>3</font>" & _
getFileName(item) & "</a><br>"
next
set fso = nothing
%>
<p id=lblMsg></p>
</body>
</HTML>

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 承德县| 盖州市| 克拉玛依市| 平原县| 珠海市| 璧山县| 含山县| 辉县市| 商河县| 大埔区| 德钦县| 连南| 孟村| 东阿县| 南昌县| 密云县| 钦州市| 隆化县| 突泉县| 稻城县| 如皋市| 龙川县| 灵武市| 长春市| 桃江县| 房产| 顺昌县| 蕉岭县| 临潭县| 南投县| 磐石市| 布尔津县| 土默特左旗| 江城| 上林县| 阿坝县| 安溪县| 灵石县| 仲巴县| 遂平县| 绥中县|