想要一个上传文件的例子,要可以选择上传到服务器日录的例子!!!

xmsunny 2003-09-28 05:53:41
请不要叫我自己去网上找,因为我已经找过了,都没有选择目录的功能,希望大家能帮帮我,mail:sunny_fjxm@hotmail.com
...全文
43 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
fingerfox 2003-10-05
  • 打赏
  • 举报
回复
gz
xmsunny 2003-09-29
  • 打赏
  • 举报
回复
这是帮朋友找的,他真麻烦,要的是可以选择的目录,可是chense发给我的是自已写目录的:(
不过,没关系,还是感谢大家,:)我马上结贴!
xmsunny 2003-09-29
  • 打赏
  • 举报
回复
to chense(chense)已收到,谢谢你了

to teddyboy98()我已经转发到你的邮箱了,查收一下吧!
teddyboy98 2003-09-28
  • 打赏
  • 举报
回复
能不能也给我一份呢,我oa上也要这个整代码
wqncool@163.com
chense 2003-09-28
  • 打赏
  • 举报
回复
已经发到你的邮箱,请查收!
bananasmiling 2003-09-28
  • 打赏
  • 举报
回复

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td { font-size: 9pt}
a { color: #000000; text-decoration: none}
a:hover { text-decoration: underline}
.tx { height: 16px; width: 30px; border-color: black black #000000; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-size: 9pt; background-color: #eeeeee; color: #0000FF}
.bt { font-size: 9pt; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; height: 16px; width: 80px; background-color: #eeeeee; cursor: hand}
.tx1 { height: 20px; width: 30px; font-size: 9pt; border: 1px solid; border-color: black black #000000; color: #0000FF}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data" >
<table border="1" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#CCCCCC" width="91" height="23">
<tr>
<td align="left" valign="middle" height="18" width="18"> </td>
<td bgcolor="#CCCCCC" align="left" valign="middle" height="18" width="67"> 文件上传</td>
</tr>
</table>
<br>
<input type="hidden" name="act" value="upload">
<br>
<table width="71%" border="1" cellspacing="0" cellpadding="5" align="center" bordercolordark="#CCCCCC" bordercolorlight="#000000">
<tr bgcolor="#CCCCCC">

<tr align="left" valign="middle" bgcolor="#eeeeee">
<td bgcolor="#eeeeee" height="92">
<script language="javascript">
function setid()
{
str='<br>';
if(!window.form1.upcount.value)
window.form1.upcount.value=1;
for(i=1;i<=window.form1.upcount.value;i++)
str+='文件'+i+':<input type="file" name="file'+i+'" style="width:400" class="tx1"><br><br>';
window.upid.innerHTML=str+'<br>';
}
</script>
<li> 需要上传的个数
<input type="text" name="upcount" class="tx" value="1">
<input type="button" name="Button" class="bt" onclick="setid();" value="· 设定 ·">
</li>
(填入数值后点击设定可同时上传多个文件) <br>
<li>上传到:
<input type="text" name="filepath" class="tx" style="width:350" value="../upfile/">
(请勿改动)</li>
</td>
</tr>
<tr align="center" valign="middle">
<td align="left" id="upid" height="122"> (请记住文件链结地址为:http://www.guoxue.com/fxyj/upload/upfile/
+ 上传图片或文件名(必须有文件名后缀))<br>
文件1:
<input type="file" name="file1" style="width:400" class="tx1" value="">
</td>
</tr>
<tr align="center" valign="middle" bgcolor="#eeeeee">
<td bgcolor="#eeeeee" height="24">
<input type="submit" name="Submit" value="· 提交 ·" class="bt">
<input type="reset" name="Submit2" value="· 重执 ·" class="bt">
</td>
</tr>
</table>
</form>
</body>
</html>
<script language="javascript">

setid();
</script>

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧